| /llvm-project-15.0.7/libc/AOR_v20.02/math/test/rtest/ |
| H A D | semi.h | 16 char *test_fmod(uint32 *a, uint32 *b, uint32 *out); 17 char *test_ldexp(uint32 *x, uint32 *n, uint32 *out); 18 char *test_frexp(uint32 *x, uint32 *out, uint32 *nout); 19 char *test_modf(uint32 *x, uint32 *iout, uint32 *fout); 22 char *test_fmodf(uint32 *a, uint32 *b, uint32 *out); 23 char *test_ldexpf(uint32 *x, uint32 *n, uint32 *out); 24 char *test_frexpf(uint32 *x, uint32 *out, uint32 *nout); 25 char *test_modff(uint32 *x, uint32 *iout, uint32 *fout); 27 char *test_copysign(uint32 *x, uint32 *y, uint32 *out); 28 char *test_copysignf(uint32 *x, uint32 *y, uint32 *out); [all …]
|
| H A D | semi.c | 131 char *test_fmod(uint32 *a, uint32 *b, uint32 *out) { in test_fmod() 205 char *test_fmodf(uint32 *a, uint32 *b, uint32 *out) { in test_fmodf() 272 char *test_ldexp(uint32 *x, uint32 *np, uint32 *out) { in test_ldexp() 350 char *test_ldexpf(uint32 *x, uint32 *np, uint32 *out) { in test_ldexpf() 420 char *test_frexp(uint32 *x, uint32 *out, uint32 *nout) { in test_frexp() 490 char *test_modf(uint32 *x, uint32 *fout, uint32 *iout) { in test_modf() 558 char *test_copysign(uint32 *x, uint32 *y, uint32 *out) in test_copysign() 570 char *test_copysignf(uint32 *x, uint32 *y, uint32 *out) in test_copysignf() 812 char *test_isgreater(uint32 *x, uint32 *y, uint32 *out) in test_isgreater() 826 char *test_isless(uint32 *x, uint32 *y, uint32 *out) in test_isless() [all …]
|
| H A D | intern.h | 25 typedef char * (*testsemi1)(uint32 *, uint32 *); 26 typedef char * (*testsemi2)(uint32 *, uint32 *, uint32 *); 27 typedef char * (*testsemi2f)(uint32 *, uint32 *, uint32 *); 28 typedef char * (*testldexp)(uint32 *, uint32 *, uint32 *); 29 typedef char * (*testfrexp)(uint32 *, uint32 *, uint32 *); 30 typedef char * (*testmodf)(uint32 *, uint32 *, uint32 *); 31 typedef char * (*testclassify)(uint32 *, uint32 *); 32 typedef char * (*testclassifyf)(uint32 *, uint32 *); 40 typedef void (*casegen)(uint32 *, uint32, uint32); 82 uint32 caseparam1, caseparam2;
|
| H A D | dotest.c | 27 static void cases_biased(uint32 *, uint32, uint32); 30 static void cases_uniform(uint32 *, uint32, uint32); 34 static void log_cases(uint32 *, uint32, uint32); 36 static void log1p_cases(uint32 *, uint32, uint32); 38 static void minmax_cases(uint32 *, uint32, uint32); 40 static void atan2_cases(uint32 *, uint32, uint32); 42 static void pow_cases(uint32 *, uint32, uint32); 44 static void rred_cases(uint32 *, uint32, uint32); 46 static void cases_semi1(uint32 *, uint32, uint32); 48 static void cases_semi2(uint32 *, uint32, uint32); [all …]
|
| H A D | random.c | 12 static uint32 seedbuf[55]; 25 uint32 base_random(void) { in base_random() 31 uint32 random32(void) { in random32() 32 uint32 a, b, b1, b2; in random32() 36 uint32 b3 = b1 | b2; in random32() 61 static uint32 random_upto_makemask(uint32 limit) { in random_upto_makemask() 70 static uint32 random_upto_internal(uint32 limit, uint32 mask) { in random_upto_internal() 71 uint32 ret; in random_upto_internal() 78 uint32 random_upto(uint32 limit) { in random_upto() 83 uint32 random_upto_biased(uint32 limit, int bias) { in random_upto_biased() [all …]
|
| H A D | wrappers.h | 18 const uint32 *ieee_ops[2]; 19 uint32 *ieee_result; 53 int size, const uint32 *ieee); 57 int size, const uint32 *ieee); 61 int size, uint32 *ieee); 66 int size, uint32 *ieee); 77 const uint32 *wrapper_get_ieee(wrapperctx *ctx, int op); 82 const uint32 *wrapper_get_ieee_r(wrapperctx *ctx, int op); 91 void wrapper_set_sign(wrapperctx *ctx, uint32 sign); 92 void wrapper_set_sign_r(wrapperctx *ctx, uint32 sign); [all …]
|
| H A D | random.h | 11 uint32 random32(void); 12 uint32 random_upto(uint32 limit); 13 uint32 random_upto_biased(uint32 limit, int bias);
|
| H A D | wrappers.c | 31 int size, const uint32 *ieee) in wrapper_op_real() 41 int size, const uint32 *ieee) in wrapper_op_complex() 51 int size, uint32 *ieee) in wrapper_result_real() 61 int size, uint32 *ieee) in wrapper_result_complex() 90 const uint32 *wrapper_get_ieee(wrapperctx *ctx, int op) in wrapper_get_ieee() 161 const uint32 *wrapper_get_ieee_r(wrapperctx *ctx, int op) in wrapper_get_ieee_r() 172 const uint32 *wrapper_get_ieee_i(wrapperctx *ctx, int op) in wrapper_get_ieee_i() 183 void wrapper_set_sign(wrapperctx *ctx, uint32 sign) in wrapper_set_sign() 189 void wrapper_set_sign_r(wrapperctx *ctx, uint32 sign) in wrapper_set_sign_r() 195 void wrapper_set_sign_i(wrapperctx *ctx, uint32 sign) in wrapper_set_sign_i()
|
| H A D | main.c | 19 void docase(Testable *fn, uint32 *args); 20 void vet_for_decline(Testable *fn, uint32 *args, uint32 *result, int got_errno_in); 21 void seed_random(uint32 seed); 98 void get_operand(const char *str, Testable *f, uint32 *word0, uint32 *word1) in get_operand() 200 uint32 ops[8], result[8]; in dofile()
|
| H A D | types.h | 15 typedef unsigned int uint32; typedef 19 typedef unsigned long uint32; typedef
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/ |
| H A D | Index.proto | 31 optional uint32 limit = 4; 48 optional uint32 filter = 2; 49 optional uint32 limit = 3; 78 optional uint32 flags = 16; 83 optional uint32 kind = 2; 87 optional uint32 kind = 1; 88 optional uint32 subkind = 2; 89 optional uint32 language = 3; 103 optional uint32 line = 1; 104 optional uint32 column = 2; [all …]
|
| /llvm-project-15.0.7/lldb/examples/summaries/cocoa/ |
| H A D | NSIndexSet.py | 45 self.sys_params.types_cache.uint32 = self.valobj.GetType( 50 self.sys_params.types_cache.uint32 = self.valobj.GetType( 52 if not(self.sys_params.types_cache.uint32): 53 self.sys_params.types_cache.uint32 = self.valobj.GetType( 72 self.sys_params.types_cache.uint32)
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | FaultMaps.rst | 44 uint32 : NumFunctions 47 uint32 : NumFaultingPCs 48 uint32 : Reserved (expected to be 0) 50 uint32 : FaultKind 51 uint32 : FaultingPCOffset 52 uint32 : HandlerPCOffset
|
| H A D | StackMaps.rst | 326 uint32 : NumFunctions 327 uint32 : NumConstants 328 uint32 : NumRecords 339 uint32 : Instruction Offset 350 uint32 : Padding (only if required to align to 8 byte) 358 uint32 : Padding (only if required to align to 8 byte)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/sbdata/ |
| H A D | TestSBData.py | 154 self.assertEqual(data.uint32[0], 8, 'then foo[1].a == 8') 155 self.assertEqual(data.uint32[1], 7, 'then foo[1].b == 7') 356 data2.uint32[ 477 data2.uint32[0], 1, 480 data2.uint32[1], 2, 483 data2.uint32[2], 3, 486 data2.uint32[3], 4, 489 data2.uint32[4], 5,
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | attr-arm-sve-vector-bits-types.c | 51 DEFINE_STRUCT(uint32) 65 DEFINE_UNION(uint32)
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm64/ |
| H A D | DNBArchImplARM64.cpp | 2011 value->value.uint32 = m_state.context.gpr.__cpsr; in GetRegisterValue() 2030 memcpy(&value->value.uint32, &m_state.context.vfp.__fpsr, 4); in GetRegisterValue() 2032 memcpy(&value->value.uint32, in GetRegisterValue() 2040 memcpy(&value->value.uint32, in GetRegisterValue() 2072 value->value.uint32 = m_state.context.exc.__esr; in GetRegisterValue() 2075 value->value.uint32 = m_state.context.exc.__exception; in GetRegisterValue() 2121 m_state.context.gpr.__cpsr = value->value.uint32; in SetRegisterValue() 2141 &value->value.uint32, 4); in SetRegisterValue() 2149 &value->value.uint32, 4); in SetRegisterValue() 2178 m_state.context.exc.__esr = value->value.uint32; in SetRegisterValue() [all …]
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm/ |
| H A D | DNBArchImpl.cpp | 1844 value->value.uint32 = m_state.context.gpr.__r[reg]; in GetRegisterValue() 1860 value->value.uint32 = m_state.context.vfp.__r[reg]; in GetRegisterValue() 1888 value->value.uint32 = m_state.context.vfp.__fpsr; in GetRegisterValue() 1891 value->value.uint32 = m_state.context.vfp.__fpcr; in GetRegisterValue() 1896 value->value.uint32 = m_state.context.vfp.__fpscr; in GetRegisterValue() 1904 value->value.uint32 = (&m_state.context.exc.__exception)[reg]; in GetRegisterValue() 1956 m_state.context.gpr.__r[reg] = value->value.uint32; in SetRegisterValue() 1972 m_state.context.vfp.__r[reg] = value->value.uint32; in SetRegisterValue() 2000 m_state.context.vfp.__fpsr = value->value.uint32; in SetRegisterValue() 2003 m_state.context.vfp.__fpcr = value->value.uint32; in SetRegisterValue() [all …]
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNBRegisterInfo.cpp | 61 snprintf(str, sizeof(str), "0x%8.8x", value.uint32); in Dump() 91 snprintf(str, sizeof(str), "%u", value.uint32); in Dump()
|
| /llvm-project-15.0.7/llvm/docs/PDB/ |
| H A D | HashTable.rst | 19 value type is a uint32. The only requirement is that the producer and consumer 65 entry is the key (always a uint32), and the second entry is the value. The
|
| /llvm-project-15.0.7/mlir/test/python/ir/ |
| H A D | array_attributes.py | 280 array = np.array([[1, 2, 3], [4, 5, 6]], dtype=np.uint32) 306 array = np.array([[1, 2, 3], [4, 5, 6]], dtype=np.uint32)
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | constant-expression-cxx2a.cpp | 529 using uint32 = __UINT32_TYPE__; typedef 531 static_assert(uint32(int32(0x1234) << 16) == 0x12340000); 532 static_assert(uint32(int32(0x1234) << 19) == 0x91a00000); 533 static_assert(uint32(int32(0x1234) << 20) == 0x23400000); 534 static_assert(uint32(int32(0x1234) << 24) == 0x34000000); 535 static_assert(uint32(int32(-1) << 31) == 0x80000000);
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/i386/ |
| H A D | DNBArchImplI386.cpp | 1790 value->value.uint32 = ((uint32_t *)(&m_state.context.gpr))[reg]; in GetRegisterValue() 1816 value->value.uint32 = m_state.context.fpu.no_avx.__fpu_ip; in GetRegisterValue() 1822 value->value.uint32 = m_state.context.fpu.no_avx.__fpu_dp; in GetRegisterValue() 1828 value->value.uint32 = m_state.context.fpu.no_avx.__fpu_mxcsr; in GetRegisterValue() 1831 value->value.uint32 = m_state.context.fpu.no_avx.__fpu_mxcsrmask; in GetRegisterValue() 1962 value->value.uint32 = (&m_state.context.exc.__trapno)[reg]; in GetRegisterValue() 2010 ((uint32_t *)(&m_state.context.gpr))[reg] = value->value.uint32; in SetRegisterValue() 2040 m_state.context.fpu.no_avx.__fpu_ip = value->value.uint32; in SetRegisterValue() 2048 m_state.context.fpu.no_avx.__fpu_dp = value->value.uint32; in SetRegisterValue() 2056 m_state.context.fpu.no_avx.__fpu_mxcsr = value->value.uint32; in SetRegisterValue() [all …]
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/ |
| H A D | msgpack.def | 29 X(uint32, 5, read_size_field_u32, 0xce, 0xce)
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/x86_64/ |
| H A D | DNBArchImplX86_64.cpp | 2344 value->value.uint32 = m_state.context.fpu.no_avx.__fpu_ip; in GetRegisterValue() 2350 value->value.uint32 = m_state.context.fpu.no_avx.__fpu_dp; in GetRegisterValue() 2356 value->value.uint32 = m_state.context.fpu.no_avx.__fpu_mxcsr; in GetRegisterValue() 2359 value->value.uint32 = m_state.context.fpu.no_avx.__fpu_mxcsrmask; in GetRegisterValue() 2474 value->value.uint32 = m_state.context.exc.__trapno; in GetRegisterValue() 2477 value->value.uint32 = m_state.context.exc.__err; in GetRegisterValue() 2557 m_state.context.fpu.no_avx.__fpu_ip = value->value.uint32; in SetRegisterValue() 2565 m_state.context.fpu.no_avx.__fpu_dp = value->value.uint32; in SetRegisterValue() 2573 m_state.context.fpu.no_avx.__fpu_mxcsr = value->value.uint32; in SetRegisterValue() 2699 m_state.context.exc.__trapno = value->value.uint32; in SetRegisterValue() [all …]
|