Home
last modified time | relevance | path

Searched refs:aWidth (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/builtins/
Dfloatunsitf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsitf() local
28 const int exponent = (aWidth - 1) - __builtin_clz(a); in __floatunsitf()
Dfloatunsidf.c26 const int aWidth = sizeof a * CHAR_BIT; in ARM_EABI_FNALIAS() local
32 const int exponent = (aWidth - 1) - __builtin_clz(a); in ARM_EABI_FNALIAS()
Dfloatsitf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatsitf() local
37 const int exponent = (aWidth - 1) - __builtin_clz(a); in __floatsitf()
Dfloatsidf.c26 const int aWidth = sizeof a * CHAR_BIT; in ARM_EABI_FNALIAS() local
40 const int exponent = (aWidth - 1) - __builtin_clz(a); in ARM_EABI_FNALIAS()
Dfloatunsisf.c26 const int aWidth = sizeof a * CHAR_BIT; in ARM_EABI_FNALIAS() local
32 const int exponent = (aWidth - 1) - __builtin_clz(a); in ARM_EABI_FNALIAS()
Dfloatsisf.c26 const int aWidth = sizeof a * CHAR_BIT; in ARM_EABI_FNALIAS() local
40 const int exponent = (aWidth - 1) - __builtin_clz(a); in ARM_EABI_FNALIAS()