Searched defs:__c1 (Results  1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ | 
| H A D | wasm_simd128.h | 270 wasm_i8x16_make(int8_t __c0, int8_t __c1, int8_t __c2, int8_t __c3, int8_t __c4,  in wasm_i8x16_make() 280 wasm_u8x16_make(uint8_t __c0, uint8_t __c1, uint8_t __c2, uint8_t __c3,  in wasm_u8x16_make() 290 wasm_i16x8_make(int16_t __c0, int16_t __c1, int16_t __c2, int16_t __c3,  in wasm_i16x8_make() 296 wasm_u16x8_make(uint16_t __c0, uint16_t __c1, uint16_t __c2, uint16_t __c3,  in wasm_u16x8_make() 302                                                             int32_t __c1,  in wasm_i32x4_make() 309                                                             uint32_t __c1,  in wasm_u32x4_make() 316                                                             int64_t __c1) {  in wasm_i64x2_make() 321                                                             uint64_t __c1) {  in wasm_u64x2_make() 326                                                             float __c1,  in wasm_f32x4_make() 333                                                             double __c1) {  in wasm_f64x2_make() [all …] 
 | 
| /freebsd/contrib/llvm-project/libcxx/src/ryu/ | 
| H A D | d2s.cpp | 526       const uint32_t __c1 = (__c / 100) << 1; in __to_chars()   local  544       const uint32_t __c1 = (__c / 100) << 1; in __to_chars()   local  602     const uint32_t __c1 = (__c / 100) << 1; in __to_chars()   local  620     const uint32_t __c1 = (__c / 100) << 1; in __to_chars()   local 
  | 
| H A D | d2fixed.cpp | 101   const uint32_t __c1 = __s0high < __low1; in __mulShift_mod1e9()   local  136     const uint32_t __c1 = (__c / 100) << 1; in __append_n_digits()   local  165     const uint32_t __c1 = (__c / 100) << 1; in __append_d_digits()   local  214     const uint32_t __c1 = (__c / 100) << 1; in __append_nine_digits()   local 
  | 
| H A D | f2s.cpp | 567       const uint32_t __c1 = (__c / 100) << 1; in __to_chars()   local  619     const uint32_t __c1 = (__c / 100) << 1; in __to_chars()   local 
  |