代码搜索:Function
找到约 10,000 项符合「Function」的源代码
代码结果 10,000
www.eeworm.com/read/233522/4667425
cxx vnl_unary_function.cxx
// This is vxl/vnl/vnl_unary_function.cxx
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma implementation
#endif
//
// UnaryFunction
// Author: Andrew W. Fitzgibbon, Oxford RRG
// Created: 28 Nov 98
www.eeworm.com/read/233522/4667432
h vnl_cost_function.h
// This is vxl/vnl/vnl_cost_function.h
#ifndef vnl_cost_function_h_
#define vnl_cost_function_h_
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma interface
#endif
//:
// \file
// \brief Vector->Rea
www.eeworm.com/read/233448/4670913
c conversion-function-1.c
// Copyright (C) 2003 Free Software Foundation
// Contributed by Gabriel Dos Reis
// { dg-options "-Wno-conversion" }
struct A {
operator A&();
};
www.eeworm.com/read/233448/4672967
c asm-function-9.c
/* APPLE LOCAL file CW asm blocks */
/* Test macros with . in the opcode. */
/* { dg-do assemble { target powerpc*-*-darwin* } } */
/* { dg-options "-fasm-blocks" } */
#define foodef() rlwinm. r4,r
www.eeworm.com/read/233448/4672968
c asm-function-2.c
/* APPLE LOCAL file CW asm blocks */
/* Test whole asm functions. */
/* { dg-do run { target powerpc*-*-darwin* } } */
/* { dg-options "-fasm-blocks -O2" } */
extern "C" void abort(void);
asm void
www.eeworm.com/read/233448/4672970
c asm-function-11.c
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target powerpc*-*-darwin* } } */
/* { dg-options "-fasm-blocks" } */
struct tDummyStruct
{
unsigned long fDummy;
unsigned long fSample;
};
www.eeworm.com/read/233448/4672974
c asm-function-5.c
/* APPLE LOCAL file CW asm blocks */
/* Test function calls in asm functions. */
/* { dg-do run { target powerpc*-*-darwin* } } */
/* { dg-options "-fasm-blocks -O2" } */
void function_with_asm_stm
www.eeworm.com/read/233448/4672977
c asm-function-22.c
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target powerpc*-*-darwin* } } */
/* { dg-options "-fasm-blocks" } */
/* Radar 4501833 */
asm void myasm1(register int i) {
nofralloc
cmp
www.eeworm.com/read/233448/4672981
c asm-function-12.c
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target powerpc*-*-darwin* } } */
/* { dg-options "-fasm-blocks" } */
asm void foo()
{
b .+8
bl .+24
b .-8
bl .-32
www.eeworm.com/read/233448/4672987
c asm-function-10.c
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target powerpc*-*-darwin* } } */
/* { dg-options "-fasm-blocks" } */
struct tDummyStruct
{
unsigned long fDummy;
unsigned lo