Home
last modified time | relevance | path

Searched refs:ff1 (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm-project/clang/test/Sema/
Dwarn-bad-function-cast.c15 _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/
Dhlsl.struct.frag.out12 …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 …]
Dhlsl.float4.frag.out16 …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/
Dhlsl.struct.frag.out12 …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 …]
Dhlsl.float4.frag.out16 …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/
Di64arg.ll11 ; 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/
Di64arg.ll11 ; 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/
Dhlsl.float4.frag3 bool ff1 : SV_IsFrontFace;
Dhlsl.struct.frag24 bool ff1 : SV_IsFrontFace;
/external/deqp-deps/glslang/Test/
Dhlsl.float4.frag3 bool ff1 : SV_IsFrontFace;
Dhlsl.struct.frag24 bool ff1 : SV_IsFrontFace;
/external/python/cpython3/Modules/_blake2/impl/
Dblake2s.c276 __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/
Dltp-aiodio.sh254 dd if=$file1 of=$TMP/aiodio/ff1 bs=2048 conv=block,sync
311 rm -f $TMP/aiodio/ff1
/external/llvm-project/clang/test/CodeGen/
Dbig-atomic-ops.c114 float ff1(_Atomic(float) *d) { in ff1() function
Datomic-ops.c166 float ff1(_Atomic(float) *d) { in ff1() function
/external/clang/test/CodeGen/
Dbig-atomic-ops.c114 float ff1(_Atomic(float) *d) { in ff1() function
Datomic-ops.c166 float ff1(_Atomic(float) *d) { in ff1() function
/external/arm-trusted-firmware/plat/allwinner/common/
Darisc_off.S69 l.ff1 r6, r3 # get core number from high mask
/external/llvm-project/clang/test/CodeGenOpenCL/
Datomic-ops.cl170 float ff1(global atomic_float *d) {
171 // CHECK-LABEL: @ff1
/external/elfutils/tests/
Drun-readelf-zp.sh185 [ ff1] __LDBL_MAX__ 1.18973149535723176502e+4932L
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DDelayedClientTransportTest.java304 DelayedStream ff1 = (DelayedStream) delayedTransport.newStream( in reprocessSemantics() local
381 assertSame(mockRealStream, ff1.getRealStream()); in reprocessSemantics()
/external/ltp/runtest/
Dltp-aiodio.part1214 AD302 aiocp -b 128k -n 32 -f CREAT -f DIRECT $TMPDIR/aiodio.$$/ff1 $TMPDIR/aiodio.$$/junkdir/ff1
/external/llvm-project/llvm/lib/Target/CSKY/
DCSKYInstrFormats.td460 // revh32, abs32, ff0.32, ff1.32, bgenr32
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Domap_reorder_funcs.sym437 2ff1 2 150 2791
2486 4ff1 7 299 1685
2635 1ff1 2 91 2798
/external/python/cffi/testing/cffi1/
Dtest_recompiler.py590 assert lib.ff1(0) == 42.5

12