Home
last modified time | relevance | path

Searched refs:FUNCTION_NAME (Results 1 – 23 of 23) sorted by relevance

/external/llvm/test/MC/X86/
Dintel-syntax-directional-label.s5 .globl FUNCTION_NAME symbol
6 .private_extern FUNCTION_NAME
7 FUNCTION_NAME: label
/external/compiler-rt/test/builtins/timing/
Dfloatundisf.c6 #define FUNCTION_NAME __floatundisf macro
16 float FUNCTION_NAME(INPUT_TYPE x);
34 FUNCTION_NAME(input[i]); in main()
Dfloatdixf.c6 #define FUNCTION_NAME __floatdixf macro
16 long double FUNCTION_NAME(INPUT_TYPE x);
34 FUNCTION_NAME(input[i]); in main()
Dfloatdidf.c6 #define FUNCTION_NAME __floatdidf macro
16 double FUNCTION_NAME(INPUT_TYPE x);
34 FUNCTION_NAME(input[i]); in main()
Dfloatundixf.c6 #define FUNCTION_NAME __floatundixf macro
16 long double FUNCTION_NAME(INPUT_TYPE x);
34 FUNCTION_NAME(input[i]); in main()
Dfloatdisf.c6 #define FUNCTION_NAME __floatdisf macro
16 float FUNCTION_NAME(INPUT_TYPE x);
34 FUNCTION_NAME(input[i]); in main()
Dashrdi3.c6 #define FUNCTION_NAME __ashrdi3 macro
16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count);
36 FUNCTION_NAME(fixedInput, input[i]); in main()
Dlshrdi3.c6 #define FUNCTION_NAME __lshrdi3 macro
16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count);
36 FUNCTION_NAME(fixedInput, input[i]); in main()
Dashldi3.c6 #define FUNCTION_NAME __ashldi3 macro
16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count);
36 FUNCTION_NAME(fixedInput, input[i]); in main()
Dnegdi2.c6 #define FUNCTION_NAME __negdi2 macro
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input);
37 FUNCTION_NAME(input[i]); in main()
Dmodsi3.c6 #define FUNCTION_NAME __modsi3 macro
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
39 FUNCTION_NAME(input1[i], input2[i]); in main()
Dumoddi3.c6 #define FUNCTION_NAME __umoddi3 macro
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
39 FUNCTION_NAME(input1[i], input2[i]); in main()
Dmuldi3.c6 #define FUNCTION_NAME __muldi3 macro
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
39 FUNCTION_NAME(input1[i], input2[i]); in main()
Dudivdi3.c6 #define FUNCTION_NAME __udivdi3 macro
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
39 FUNCTION_NAME(input1[i], input2[i]); in main()
Dmoddi3.c6 #define FUNCTION_NAME __moddi3 macro
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
39 FUNCTION_NAME(input1[i], input2[i]); in main()
Ddivdi3.c6 #define FUNCTION_NAME __divdi3 macro
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
39 FUNCTION_NAME(input1[i], input2[i]); in main()
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Djavascripttokens.py46 FUNCTION_NAME = 'function functionName(...)' variable in JavaScriptTokenType
Dstatetracker.py469 Type.FUNCTION_NAME,
496 if next_code_token.IsType(Type.FUNCTION_NAME):
1177 while next_token and next_token.IsType(Type.FUNCTION_NAME):
1179 next_token = tokenutil.Search(next_token, Type.FUNCTION_NAME, 2)
Djavascripttokenizer.py424 Matcher(cls.IDENTIFIER, Type.FUNCTION_NAME)],
Dtokenutil.py606 if token.type is JavaScriptTokenType.FUNCTION_NAME:
Djavascriptlintrules.py492 Type.FUNCTION_NAME)
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp560 #define SAMPLE_REGISTER_ADV_BLEND(FUNCTION_NAME) \ in executeAdvancedBlend() argument
570 const float r = FUNCTION_NAME(srcColor[0], dstColor[0])*p0 + bias[0]; \ in executeAdvancedBlend()
571 const float g = FUNCTION_NAME(srcColor[1], dstColor[1])*p0 + bias[1]; \ in executeAdvancedBlend()
572 const float b = FUNCTION_NAME(srcColor[2], dstColor[2])*p0 + bias[2]; \ in executeAdvancedBlend()
/external/bison/doc/
Dbison.info2745 FUNCTION_NAME (ARGUMENT)