/art/runtime/interpreter/mterp/mips64/ |
op_neg_float.S | 1 %include "mips64/fcvtHeader.S" { "suffix":"_FLOAT", "valreg":"f0" } 3 %include "mips64/fcvtFooter.S" { "suffix":"_FLOAT", "valreg":"f0" }
|
op_int_to_float.S | 6 %include "mips64/fcvtHeader.S" { "suffix":"_FLOAT", "valreg":"f0" } 8 %include "mips64/fcvtFooter.S" { "suffix":"_FLOAT", "valreg":"f0" }
|
op_double_to_float.S | 8 %include "mips64/fcvtFooter.S" { "suffix":"_FLOAT", "valreg":"f0" }
|
op_float_to_double.S | 6 %include "mips64/fcvtHeader.S" { "suffix":"_FLOAT", "valreg":"f0" }
|
op_int_to_double.S | 6 %include "mips64/fcvtHeader.S" { "suffix":"_FLOAT", "valreg":"f0" }
|
op_long_to_float.S | 8 %include "mips64/fcvtFooter.S" { "suffix":"_FLOAT", "valreg":"f0" }
|
op_float_to_int.S | 1 %include "mips64/fcvtHeader.S" { "suffix":"_FLOAT", "valreg":"f0" }
|
op_float_to_long.S | 1 %include "mips64/fcvtHeader.S" { "suffix":"_FLOAT", "valreg":"f0" }
|
/external/libcxx/include/support/win32/ |
limits_win32.h | 67 #define __builtin_huge_valf() _FInf._Float 70 #define __builtin_nanf(__dummy) _FNan._Float 73 #define __builtin_nansf(__dummy) _FSnan._Float
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
limits_win32.h | 67 #define __builtin_huge_valf() _FInf._Float 70 #define __builtin_nanf(__dummy) _FNan._Float 73 #define __builtin_nansf(__dummy) _FSnan._Float
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
limits_win32.h | 67 #define __builtin_huge_valf() _FInf._Float 70 #define __builtin_nanf(__dummy) _FNan._Float 73 #define __builtin_nansf(__dummy) _FSnan._Float
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_vbuf.h | 47 unsigned format_float16:1; /* PIPE_FORMAT_*16*_FLOAT */ 48 unsigned format_float64:1; /* PIPE_FORMAT_*64*_FLOAT */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ymath.h | 27 float _Float;
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
xmlconfig.h | 42 GLfloat _float; /**< \brief Floating-point */ member in union:driOptionValue
|
xmlconfig.c | 322 v->_float = strToF (string, &tail); 373 ranges[i].start._float > ranges[i].end._float) 413 if (v->_float >= info->ranges[i].start._float && 414 v->_float <= info->ranges[i].end._float) [all...] |
/external/eigen/bench/ |
benchBlasGemm.cpp | 7 #define _FLOAT 20 #ifdef _FLOAT
|
/external/deqp/modules/gles31/functional/ |
es31fSamplerStateQueryTests.cpp | 44 case QUERY_SAMPLER_PARAM_FLOAT_VEC4: return "_float";
|
/external/deqp/android/cts/master/src/ |
gles3-test-issues.txt | 94 dEQP-GLES3.functional.shaders.derivate.dfdx.*_float.*_highp 95 dEQP-GLES3.functional.shaders.derivate.dfdy.*_float.*_highp
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_num_get.c | 425 template <class _InputIter, class _Float, class _CharT> 428 ios_base::iostate& __err, _Float& __val, _CharT* /*__pc*/) {
|
_num_put.c | 113 template <class _CharT, class _OutputIter, class _Float> 116 _CharT __fill, _Float __x) {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
stringold.py | 191 _float = float variable 204 return _float(s)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
stringold.py | 191 _float = float variable 204 return _float(s)
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_num_get.c | 425 template <class _InputIter, class _Float, class _CharT> 428 ios_base::iostate& __err, _Float& __val, _CharT* /*__pc*/) {
|
_num_put.c | 113 template <class _CharT, class _OutputIter, class _Float> 116 _CharT __fill, _Float __x) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
stringold.py | 191 _float = float variable 204 return _float(s)
|