/external/llvm-project/clang/test/Sema/ |
D | warn-bad-function-cast.c | 15 _Fract ff1(void); 22 ff1(); in foo() 28 (void)ff1(); in foo() 40 (_Fract) ff1(); in foo() 53 …(int)ff1(); /* expected-warning{{cast from function call of type '_Fract' to non-matc… in foo()
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | hlsl.struct.frag.out | 12 …mponent vector of float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, t… 23 …mponent vector of float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, t… 43 …mponent vector of float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, t… 49 …mponent vector of float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, t… 55 …mponent vector of float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, t… 61 …mponent vector of float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, t… 66 0:40 ff1: direct index for structure ( temp bool) 67 …mponent vector of float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, t… 70 0:? 's.ff1' ( flat in bool Face) 73 …mponent vector of float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, t… [all …]
|
D | hlsl.float4.frag.out | 16 …orm block{ uniform 4-component vector of float AmbientColor, uniform bool ff1, layout( offset=20)… 20 …orm block{ uniform 4-component vector of float AmbientColor, uniform bool ff1, layout( offset=20)… 38 …orm block{ uniform 4-component vector of float AmbientColor, uniform bool ff1, layout( offset=20)… 42 …orm block{ uniform 4-component vector of float AmbientColor, uniform bool ff1, layout( offset=20)… 59 MemberName 15($Global) 1 "ff1"
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.struct.frag.out | 12 …mponent vector of float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, t… 23 …mponent vector of float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, t… 43 …mponent vector of float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, t… 49 …mponent vector of float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, t… 55 …mponent vector of float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, t… 61 …mponent vector of float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, t… 66 0:40 ff1: direct index for structure ( temp bool) 67 …mponent vector of float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, t… 70 0:? 's.ff1' ( flat in bool Face) 73 …mponent vector of float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, t… [all …]
|
D | hlsl.float4.frag.out | 16 …orm block{ uniform 4-component vector of float AmbientColor, uniform bool ff1, layout( offset=20)… 20 …orm block{ uniform 4-component vector of float AmbientColor, uniform bool ff1, layout( offset=20)… 38 …orm block{ uniform 4-component vector of float AmbientColor, uniform bool ff1, layout( offset=20)… 42 …orm block{ uniform 4-component vector of float AmbientColor, uniform bool ff1, layout( offset=20)… 59 MemberName 15($Global) 1 "ff1"
|
/external/llvm/test/CodeGen/Mips/ |
D | i64arg.ll | 11 ; CHECK-DAG: lw $25, %call16(ff1) 13 tail call void @ff1(i32 %i, i64 1085102592623924856) nounwind 30 declare void @ff1(i32, i64)
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | i64arg.ll | 11 ; CHECK-DAG: lw $25, %call16(ff1) 13 tail call void @ff1(i32 %i, i64 1085102592623924856) nounwind 30 declare void @ff1(i32, i64)
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | hlsl.float4.frag | 3 bool ff1 : SV_IsFrontFace;
|
D | hlsl.struct.frag | 24 bool ff1 : SV_IsFrontFace;
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.float4.frag | 3 bool ff1 : SV_IsFrontFace;
|
D | hlsl.struct.frag | 24 bool ff1 : SV_IsFrontFace;
|
/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2s.c | 276 __m128i ff0, ff1; in blake2s_compress() local 305 row2 = ff1 = LOADU( &S->h[4] ); in blake2s_compress() 319 STOREU( &S->h[4], _mm_xor_si128( ff1, _mm_xor_si128( row2, row4 ) ) ); in blake2s_compress()
|
/external/ltp/testscripts/ |
D | ltp-aiodio.sh | 254 dd if=$file1 of=$TMP/aiodio/ff1 bs=2048 conv=block,sync 311 rm -f $TMP/aiodio/ff1
|
/external/llvm-project/clang/test/CodeGen/ |
D | big-atomic-ops.c | 114 float ff1(_Atomic(float) *d) { in ff1() function
|
D | atomic-ops.c | 166 float ff1(_Atomic(float) *d) { in ff1() function
|
/external/clang/test/CodeGen/ |
D | big-atomic-ops.c | 114 float ff1(_Atomic(float) *d) { in ff1() function
|
D | atomic-ops.c | 166 float ff1(_Atomic(float) *d) { in ff1() function
|
/external/arm-trusted-firmware/plat/allwinner/common/ |
D | arisc_off.S | 69 l.ff1 r6, r3 # get core number from high mask
|
/external/llvm-project/clang/test/CodeGenOpenCL/ |
D | atomic-ops.cl | 170 float ff1(global atomic_float *d) { 171 // CHECK-LABEL: @ff1
|
/external/elfutils/tests/ |
D | run-readelf-zp.sh | 185 [ ff1] __LDBL_MAX__ 1.18973149535723176502e+4932L
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | DelayedClientTransportTest.java | 304 DelayedStream ff1 = (DelayedStream) delayedTransport.newStream( in reprocessSemantics() local 381 assertSame(mockRealStream, ff1.getRealStream()); in reprocessSemantics()
|
/external/ltp/runtest/ |
D | ltp-aiodio.part1 | 214 AD302 aiocp -b 128k -n 32 -f CREAT -f DIRECT $TMPDIR/aiodio.$$/ff1 $TMPDIR/aiodio.$$/junkdir/ff1
|
/external/llvm-project/llvm/lib/Target/CSKY/ |
D | CSKYInstrFormats.td | 460 // revh32, abs32, ff0.32, ff1.32, bgenr32
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | omap_reorder_funcs.sym | 437 2ff1 2 150 2791 2486 4ff1 7 299 1685 2635 1ff1 2 91 2798
|
/external/python/cffi/testing/cffi1/ |
D | test_recompiler.py | 590 assert lib.ff1(0) == 42.5
|