HomeSort by relevance Sort by last modified time
    Searched defs:float32 (Results 1 - 25 of 31) sorted by null

1 2

  /external/flatbuffers/python/flatbuffers/
packer.py 37 float32 = struct.Struct("<f") variable
  /external/vulkan-validation-layers/libs/glm/detail/
type_float.hpp 37 typedef float float32; typedef in namespace:glm::detail
81 typedef float float32; typedef in namespace:glm
87 GLM_STATIC_ASSERT(sizeof(glm::float32) == 4, "float32 size isn't 4 bytes on this platform");
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/
softfloat.h 55 typedef unsigned int float32; typedef
121 float32 int32_to_float32( int32 );
122 float32 uint32_to_float32( uint32 );
134 float32 int64_to_float32( long long );
149 int float32_to_int32( float32 );
150 int float32_to_int32_round_to_zero( float32 );
152 unsigned int float32_to_uint32_round_to_zero( float32 );
155 long long float32_to_int64( float32 );
156 long long float32_to_int64_round_to_zero( float32 );
158 float64 float32_to_float64( float32 );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/
softfloat.h 55 typedef unsigned int float32; typedef
121 float32 int32_to_float32( int32 );
122 float32 uint32_to_float32( uint32 );
134 float32 int64_to_float32( long long );
149 int float32_to_int32( float32 );
150 int float32_to_int32_round_to_zero( float32 );
152 unsigned int float32_to_uint32_round_to_zero( float32 );
155 long long float32_to_int64( float32 );
156 long long float32_to_int64_round_to_zero( float32 );
158 float64 float32_to_float64( float32 );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/templates/
softfloat.h 49 typedef !!!bits32 float32; typedef
114 float32 int32_to_float32( !!!int32 );
122 float32 int64_to_float32( !!!int64 );
136 !!!int32 float32_to_int32( float32 );
137 !!!int32 float32_to_int32_round_to_zero( float32 );
138 !!!int64 float32_to_int64( float32 );
139 !!!int64 float32_to_int64_round_to_zero( float32 );
140 float64 float32_to_float64( float32 );
142 floatx80 float32_to_floatx80( float32 );
145 float128 float32_to_float128( float32 );
    [all...]
  /external/webrtc/webrtc/base/
macconversion.cc 77 Float32 float32; local
79 static_cast<void*>(&float32));
80 if (converted) *i = static_cast<int>(float32);
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/
softfloat.h 84 typedef unsigned int float32; typedef
150 float32 int32_to_float32( int32 );
151 float32 uint32_to_float32( uint32 );
163 float32 int64_to_float32( long long );
178 int float32_to_int32( float32 );
179 int float32_to_int32_round_to_zero( float32 );
181 unsigned int float32_to_uint32_round_to_zero( float32 );
184 long long float32_to_int64( float32 );
185 long long float32_to_int64_round_to_zero( float32 );
187 float64 float32_to_float64( float32 );
    [all...]
  /prebuilts/go/darwin-x86/test/
rename.go 29 float32 +
75 float32 = 12
74 float32 = 12 const
rename1.go 14 var y = float32(0) // ERROR "cannot call|expected function"
33 float32 = 12
32 float32 = 12 const
  /prebuilts/go/linux-x86/test/
rename.go 29 float32 +
75 float32 = 12
74 float32 = 12 const
rename1.go 14 var y = float32(0) // ERROR "cannot call|expected function"
33 float32 = 12
32 float32 = 12 const
  /system/core/liblog/include/log/
log_event_list.h 71 float float32; member in union:__anon106773::__anon106774
  /external/deqp/framework/opengl/
gluShaderLibrary.hpp 64 float float32; member in union:glu::sl::Value::Element
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 228 /* define float32/64, float_t */
231 typedef float float32; typedef
246 #if defined(FLOAT32)
247 typedef float32 float_t;
  /prebuilts/go/darwin-x86/src/builtin/
builtin.go 54 // float32 is the set of all IEEE-754 32-bit floating-point numbers.
55 type float32 float32 type
60 // complex64 is the set of all complex numbers with float32 real and
118 // for either float type: float32 or float64.
119 type FloatType float32
191 // size, either float32 or float64 (or assignable to them), and the return
192 // value will be the corresponding complex type (complex64 for float32,
  /prebuilts/go/linux-x86/src/builtin/
builtin.go 54 // float32 is the set of all IEEE-754 32-bit floating-point numbers.
55 type float32 float32 type
60 // complex64 is the set of all complex numbers with float32 real and
118 // for either float type: float32 or float64.
119 type FloatType float32
191 // size, either float32 or float64 (or assignable to them), and the return
192 // value will be the corresponding complex type (complex64 for float32,
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 1886 float float32 = (float) CFP->getValueAPF().convertToFloat(); local
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtc/
type_precision.hpp 605 typedef detail::float32 float32; typedef in namespace:glm
614 typedef detail::float32 float32_t;
623 typedef float32 f32;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwptypes.h 281 float float32; member in union:FWP_VALUE0_::__anon51438
320 float float32; member in union:FWP_CONDITION_VALUE0_::__anon51439
  /external/vulkan-validation-layers/libs/glm/
fwd.hpp 1455 typedef lowp_float32 float32; typedef in namespace:glm
1481 typedef mediump_float32 float32; typedef in namespace:glm
1507 typedef highp_float32 float32; typedef in namespace:glm
    [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h 2154 float float32[4]; member in union:VkClearColorValue
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 2154 float float32[4]; member in union:VkClearColorValue
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h 2098 float float32[4]; member in union:VkClearColorValue
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h 2098 float float32[4]; member in union:VkClearColorValue
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h 2098 float float32[4]; member in union:VkClearColorValue
    [all...]

Completed in 673 milliseconds

1 2