Home
last modified time | relevance | path

Searched refs:ffp (Results 1 – 10 of 10) sorted by relevance

/external/arm-optimized-routines/
Dconfig.mk.dist23 CFLAGS += -ffp-contract=fast -fno-math-errno
27 #CFLAGS += -ffp-contract=fast
DAndroid.bp11 "-ffp-contract=fast",
/external/clang/test/Sema/
Dtransparent-union.c28 void ffp(TU);
29 void ffp(float *f) {} in ffp() function
/external/llvm/docs/
DCompileCudaWithLLVM.rst160 * ``-ffp-contract={on,off,fast}`` (defaults to ``fast`` on host and device when
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCompileCudaWithLLVM.rst104 * ``-ffp-contract={on,off,fast}`` (defaults to ``fast`` on host and device when
/external/skqp/
DBUILD.gn333 cflags += [ "-ffp-contract=fast" ]
/external/skia/
DBUILD.gn326 cflags += [ "-ffp-contract=fast" ]
/external/arm-optimized-routines/test/traces/
Dexp.txt1632 0x1.8326992229ffp-3
8345 0x1.2142852126ffp-1
Dsincosf.txt10572 0x1.887ffp+2
11703 0x1.887ffp+2
/external/clang/include/clang/Driver/
DOptions.td741 def ffp_contract : Joined<["-"], "ffp-contract=">, Group<f_Group>,