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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/
__aeabi_fcmpeq.c 29 int __aeabi_fcmpeq(float32, float32);
32 __aeabi_fcmpeq(float32 a, float32 b)
__aeabi_fcmple.c 29 int __aeabi_fcmple(float32, float32);
32 __aeabi_fcmple(float32 a, float32 b)
__aeabi_fcmplt.c 29 int __aeabi_fcmplt(float32, float32);
32 __aeabi_fcmplt(float32 a, float32 b)
__aeabi_fcmpge.c 29 int __aeabi_fcmpge(float32, float32);
32 __aeabi_fcmpge(float32 a, float32 b)
__aeabi_fcmpgt.c 29 int __aeabi_fcmpgt(float32, float32);
32 __aeabi_fcmpgt(float32 a, float32 b)
__aeabi_fcmpun.c 29 int __aeabi_fcmpun(float32, float32);
32 __aeabi_fcmpun(float32 a, float32 b)
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...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/Arm/
__aeabi_fcmpeq.c 30 int __aeabi_fcmpeq(float32, float32);
33 __aeabi_fcmpeq(float32 a, float32 b)
__aeabi_fcmple.c 30 int __aeabi_fcmple(float32, float32);
33 __aeabi_fcmple(float32 a, float32 b)
__aeabi_fcmplt.c 30 int __aeabi_fcmplt(float32, float32);
33 __aeabi_fcmplt(float32 a, float32 b)
__aeabi_fcmpun.c 30 int __aeabi_fcmpun(float32, float32);
33 __aeabi_fcmpun(float32 a, float32 b)
__aeabi_fcmpge.c 30 int __aeabi_fcmpge(float32, float32);
33 __aeabi_fcmpge(float32 a, float32 b)
__aeabi_fcmpgt.c 30 int __aeabi_fcmpgt(float32, float32);
33 __aeabi_fcmpgt(float32 a, float32 b)
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
eqsf2.c 30 flag __eqsf2(float32, float32);
33 __eqsf2(float32 a, float32 b)
gesf2.c 30 flag __gesf2(float32, float32);
33 __gesf2(float32 a, float32 b)
gtsf2.c 28 flag __gtsf2(float32, float32);
31 __gtsf2(float32 a, float32 b)
lesf2.c 28 flag __lesf2(float32, float32);
31 __lesf2(float32 a, float32 b)
ltsf2.c 28 flag __ltsf2(float32, float32);
31 __ltsf2(float32 a, float32 b)
negsf2.c 28 float32 __negsf2(float32);
30 float32
31 __negsf2(float32 a)
nesf2.c 28 flag __nesf2(float32, float32);
31 __nesf2(float32 a, float32 b)
unordsf2.c 28 flag __unordsf2(float32, float32);
31 __unordsf2(float32 a, float32 b)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7044.go 17 func f() [16]float32 {
19 float32(1), float32(1), float32(1), float32(1), float32(1), float32(1), float32(1), float32(1), float32(1), float32(1), float32(1), float32(1), float32(1), float32(1), float32(1), float32(1
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7044.go 17 func f() [16]float32 {
19 float32(1), float32(1), float32(1), float32(1), float32(1), float32(1), float32(1), float32(1), float32(1), float32(1), float32(1), float32(1), float32(1), float32(1), float32(1), float32(1
    [all...]
  /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...]

Completed in 153 milliseconds

1 2 3 4 5 6 7 8 91011>>