Home
last modified time | relevance | path

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

/external/libcups/ppdc/
Dppdc-file.cxx22 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()
Dppdc.h449 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);
Dppdc-source.cxx50 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/
Dtransparent-union.c28 void ffp(TU);
29 void ffp(float *f) {} in ffp() function
/external/llvm-project/clang/test/Sema/
Dtransparent-union.c28 void ffp(TU);
29 void ffp(float *f) {} in ffp() function
/external/arm-optimized-routines/
Dconfig.mk.dist54 math-cflags += -ffp-contract=fast -fno-math-errno
57 #math-cflags += -ffp-contract=fast
DAndroid.bp25 "-ffp-contract=fast",
/external/llvm-project/libc/AOR_v20.02/
Dconfig.mk.dist52 math-cflags += -ffp-contract=fast -fno-math-errno
55 #math-cflags += -ffp-contract=fast
Dconfig.mk54 math-cflags += -ffp-contract=fast -fno-math-errno
/external/libyuv/files/
DBUILD.gn176 "-ffp-contract=fast", # Enable fma vectorization for NEON.
/external/llvm-project/clang/docs/
DUsersManual.rst1256 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 …]
DMatrixTypes.rst283 contraction of those operations (e.g. *-ffp-contract=matrix*).
DLanguageExtensions.rst3212 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
DClangCommandLineReference.rst1602 .. option:: -ffp-contract=<arg>
1606 .. option:: -ffp-exception-behavior=<arg>
1610 .. option:: -ffp-model=<arg>
/external/llvm/docs/
DCompileCudaWithLLVM.rst160 * ``-ffp-contract={on,off,fast}`` (defaults to ``fast`` on host and device when
/external/llvm-project/llvm/docs/
DCompileCudaWithLLVM.rst106 * ``-ffp-contract={on,off,fast}`` (defaults to ``fast`` on host and device when
/external/skqp/
DBUILD.gn333 cflags += [ "-ffp-contract=fast" ]
/external/llvm-project/clang/include/clang/Driver/
DOptions.td1057 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/
Dexp.txt1632 0x1.8326992229ffp-3
8345 0x1.2142852126ffp-1
Dsincosf.txt10572 0x1.887ffp+2
11703 0x1.887ffp+2
/external/arm-optimized-routines/math/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>,