Searched refs:intBitsToFloat (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | func_common.hpp | 347 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/intBitsToFloat.xml">GLSL intBitsToFloat man page</a> 349 GLM_FUNC_DECL float intBitsToFloat(int const & v); 357 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/intBitsToFloat.xml">GLSL intBitsToFloat man page</a> 360 GLM_FUNC_DECL vecType<float, P> intBitsToFloat(vecType<int, P> const & v);
|
/third_party/skia/src/sksl/ |
H A D | SkSLIntrinsicList.h | 51 SKSL_INTRINSIC(intBitsToFloat) \
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | FloatArrayListTest.java | 335 list1.addFloat(Float.intBitsToFloat(0xff800001)); in testEquals() 336 list2.addFloat(Float.intBitsToFloat(0xff800002)); in testEquals()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | BinaryReader.java | 169 return Float.intBitsToFloat(readLittleEndian32()); in readFloat() 436 plist.addFloat(Float.intBitsToFloat(readLittleEndian32_NoCheck())); in readFloatList() 465 target.add(Float.intBitsToFloat(readLittleEndian32_NoCheck())); in readFloatList()
|
H A D | UnsafeUtil.java | 782 return Float.intBitsToFloat(getInt(target, offset)); in getFloat() 902 return Float.intBitsToFloat(getInt(target, offset)); in getFloat()
|
H A D | CodedInputStream.java | 752 return Float.intBitsToFloat(readRawLittleEndian32()); in readFloat() 1466 return Float.intBitsToFloat(readRawLittleEndian32()); in readFloat() 2218 return Float.intBitsToFloat(readRawLittleEndian32()); in readFloat() 3314 return Float.intBitsToFloat(readRawLittleEndian32()); in readFloat()
|
H A D | ArrayDecoders.java | 180 return Float.intBitsToFloat(decodeFixed32(data, position)); in decodeFloat()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_algebraic.py | 93 def intBitsToFloat(i): function 2689 (('bcsel', ('feq', ('fsqrt', 'a(is_not_negative)'), 0.0), intBitsToFloat(0x7f7fffff), ('frsq', a)), 2690 ('fmin', ('frsq', a), intBitsToFloat(0x7f7fffff))),
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | SymbolTable_ESSL_autogen.cpp | 2102 constexpr const ImmutableString intBitsToFloat("intBitsToFloat"); 6288 BuiltInName::intBitsToFloat, 6297 BuiltInName::intBitsToFloat, 6306 BuiltInName::intBitsToFloat, 6315 BuiltInName::intBitsToFloat, [all...] |
H A D | SymbolTable_autogen.cpp | 3278 constexpr const ImmutableString intBitsToFloat("intBitsToFloat"); 8761 BuiltInName::intBitsToFloat, 8770 BuiltInName::intBitsToFloat, 8779 BuiltInName::intBitsToFloat, 8788 BuiltInName::intBitsToFloat, [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_functions.cpp | 1138 B1(intBitsToFloat) 2109 add_function("intBitsToFloat", in create_builtins()
|
Completed in 92 milliseconds