/external/libcups/ppdc/ |
D | ppdc-file.cxx | 22 cups_file_t *ffp) // I - File pointer to use in ppdcFile() argument 24 if (ffp) in ppdcFile() 26 fp = ffp; in ppdcFile() 32 close_on_delete = !ffp; in ppdcFile()
|
D | ppdc.h | 449 ppdcFile(const char *f, cups_file_t *ffp = (cups_file_t *)0); 475 ppdcSource(const char *f = 0, cups_file_t *ffp = (cups_file_t *)0); 516 void read_file(const char *f, cups_file_t *ffp = (cups_file_t *)0);
|
D | ppdc-source.cxx | 50 cups_file_t *ffp)// I - File pointer to use in ppdcSource() argument 93 read_file(f, ffp); in ppdcSource() 2358 cups_file_t *ffp) // I - File pointer to use in read_file() argument 2360 ppdcFile *fp = new ppdcFile(f, ffp); in read_file()
|
/external/clang/test/Sema/ |
D | transparent-union.c | 28 void ffp(TU); 29 void ffp(float *f) {} in ffp() function
|
/external/llvm-project/clang/test/Sema/ |
D | transparent-union.c | 28 void ffp(TU); 29 void ffp(float *f) {} in ffp() function
|
/external/arm-optimized-routines/ |
D | config.mk.dist | 54 math-cflags += -ffp-contract=fast -fno-math-errno 57 #math-cflags += -ffp-contract=fast
|
D | Android.bp | 25 "-ffp-contract=fast",
|
/external/llvm-project/libc/AOR_v20.02/ |
D | config.mk.dist | 52 math-cflags += -ffp-contract=fast -fno-math-errno 55 #math-cflags += -ffp-contract=fast
|
D | config.mk | 54 math-cflags += -ffp-contract=fast -fno-math-errno
|
/external/libyuv/files/ |
D | BUILD.gn | 176 "-ffp-contract=fast", # Enable fma vectorization for NEON.
|
/external/llvm-project/clang/docs/ |
D | UsersManual.rst | 1256 With the exception of ``-ffp-contract=fast``, using any of the options 1278 * ``-ffp-contract=fast`` 1326 - The option ``-ftrapping-math`` behaves identically to ``-ffp-exception-behavior=strict``. 1327 - The option ``-fno-trapping-math`` behaves identically to ``-ffp-exception-behavior=ignore``. Th… 1329 .. option:: -ffp-contract=<value> 1426 .. option:: -ffp-model=<value> 1428 Specify floating point behavior. ``-ffp-model`` is an umbrella 1434 …-safe on floating-point data, although FP contraction (FMA) is enabled (``-ffp-contract=fast``). … 1435 …* ``strict`` Enables ``-frounding-math`` and ``-ffp-exception-behavior=strict``, and disables cont… 1436 * ``fast`` Behaves identically to specifying both ``-ffast-math`` and ``ffp-contract=fast`` [all …]
|
D | MatrixTypes.rst | 283 contraction of those operations (e.g. *-ffp-contract=matrix*).
|
D | LanguageExtensions.rst | 3212 enabled for the translation unit with the ``-ffp-contract=fast-honor-pragmas`` flag. 3213 Note that ``-ffp-contract=fast`` will override pragmas to fuse multiply and 3251 ``-ffast-math`` is disabled and ``-ffp-contract=on`` 3256 ``-ffp-exception-behavior=strict`` is enabled, 3259 ``-ffp-exception-behavior=ignore`` is enabled. 3270 // This block will be compiled with -fno-fast-math and -ffp-contract=on
|
D | ClangCommandLineReference.rst | 1602 .. option:: -ffp-contract=<arg> 1606 .. option:: -ffp-exception-behavior=<arg> 1610 .. option:: -ffp-model=<arg>
|
/external/llvm/docs/ |
D | CompileCudaWithLLVM.rst | 160 * ``-ffp-contract={on,off,fast}`` (defaults to ``fast`` on host and device when
|
/external/llvm-project/llvm/docs/ |
D | CompileCudaWithLLVM.rst | 106 * ``-ffp-contract={on,off,fast}`` (defaults to ``fast`` on host and device when
|
/external/skqp/ |
D | BUILD.gn | 333 cflags += [ "-ffp-contract=fast" ]
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Options.td | 1057 def ffp_model_EQ : Joined<["-"], "ffp-model=">, Group<f_Group>, Flags<[NoXarchOption]>, 1059 def ffp_exception_behavior_EQ : Joined<["-"], "ffp-exception-behavior=">, Group<f_Group>, Flags<[CC… 1298 def ffp_contract : Joined<["-"], "ffp-contract=">, Group<f_Group>,
|
/external/llvm-project/libc/AOR_v20.02/math/test/traces/ |
D | exp.txt | 1632 0x1.8326992229ffp-3 8345 0x1.2142852126ffp-1
|
D | sincosf.txt | 10572 0x1.887ffp+2 11703 0x1.887ffp+2
|
/external/arm-optimized-routines/math/test/traces/ |
D | exp.txt | 1632 0x1.8326992229ffp-3 8345 0x1.2142852126ffp-1
|
D | sincosf.txt | 10572 0x1.887ffp+2 11703 0x1.887ffp+2
|
/external/clang/include/clang/Driver/ |
D | Options.td | 741 def ffp_contract : Joined<["-"], "ffp-contract=">, Group<f_Group>,
|