Home
last modified time | relevance | path

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 Dfunc_common.hpp347 /// @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 DSkSLIntrinsicList.h51 SKSL_INTRINSIC(intBitsToFloat) \
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DFloatArrayListTest.java335 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 DBinaryReader.java169 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 DUnsafeUtil.java782 return Float.intBitsToFloat(getInt(target, offset)); in getFloat()
902 return Float.intBitsToFloat(getInt(target, offset)); in getFloat()
H A DCodedInputStream.java752 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 DArrayDecoders.java180 return Float.intBitsToFloat(decodeFixed32(data, position)); in decodeFloat()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_algebraic.py93 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 DSymbolTable_ESSL_autogen.cpp2102 constexpr const ImmutableString intBitsToFloat("intBitsToFloat");
6288 BuiltInName::intBitsToFloat,
6297 BuiltInName::intBitsToFloat,
6306 BuiltInName::intBitsToFloat,
6315 BuiltInName::intBitsToFloat,
[all...]
H A DSymbolTable_autogen.cpp3278 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 Dbuiltin_functions.cpp1138 B1(intBitsToFloat)
2109 add_function("intBitsToFloat", in create_builtins()

Completed in 92 milliseconds