/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_builtin_builder.c | 64 nir_ssa_def *one = nir_imm_intN_t(b, 1, x->bit_size); in nir_nextafter() local 95 nir_isub(b, x, one)); in nir_nextafter() 100 nir_iadd(b, x, one)); in nir_nextafter() 181 nir_ssa_def *one = nir_imm_floatN_t(b, 1.0f, bit_size); in nir_atan() local 190 nir_ssa_def *x = nir_fdiv(b, nir_fmin(b, abs_y_over_x, one), in nir_atan() 191 nir_fmax(b, abs_y_over_x, one)); in nir_atan() 221 nir_b2f(b, nir_flt(b, one, abs_y_over_x), bit_size), in nir_atan() 257 nir_ssa_def *one = nir_imm_floatN_t(b, 1, bit_size); in nir_atan2() local 290 nir_imm_floatN_t(b, 0.25, bit_size), one); in nir_atan2() 312 one, nir_fab in nir_atan2() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | libgsmdec.c | 67 int one = 1; in libgsm_decode_init() local 68 gsm_option(s->state, GSM_OPT_WAV49, &one); in libgsm_decode_init() 119 int one = 1; in libgsm_flush() local 124 gsm_option(s->state, GSM_OPT_WAV49, &one); in libgsm_flush()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | v3d_nir_lower_line_smooth.c | 45 nir_ssa_def *one = nir_imm_float(b, 1.0f); in lower_line_smooth_intrinsic() local 49 nir_ssa_def *new_val = nir_fmul(b, nir_vec4(b, one, one, one, coverage), in lower_line_smooth_intrinsic()
|
/third_party/ninja/src/ |
H A D | string_piece_util_test.cc | 43 string one("a"); in TEST() 44 vector<StringPiece> list = SplitStringPiece(one, ':'); in TEST() 98 string one("a"); in TEST() 99 vector<StringPiece> single_list = SplitStringPiece(one, ':'); in TEST()
|
/third_party/skia/src/utils/ |
H A D | SkBase64.cpp | 77 int one = (uint8_t) (bytes[0] << 2); in Decode() local 79 one |= two >> 4; in Decode() 85 SkASSERT(one < 256 && two < 256 && three < 256); in Decode() 86 dst[i] = (unsigned char) one; in Decode()
|
/third_party/rust/crates/memchr/src/tests/memchr/ |
H A D | memchr.rs | 13 test.one(false, memchr); in memchr1_find() 20 test.one(false, fallback::memchr); in memchr1_fallback_find() 55 test.one(true, memrchr); in memrchr1_find() 62 test.one(true, fallback::memrchr); in memrchr1_fallback_find()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_crystalizer.c | 55 #define filters(fmt, type, inverse, clp, inverset, clip, one, clip_fn, packed) \ 67 const type scale = one / (-mult + one); \ 88 dst[c] = clip_fn(dst[c], -one, one); \ 112 dst[n] = clip_fn(dst[n], -one, one); \
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir_lower_cs_intrinsics.c | 185 nir_ssa_def *one = nir_imm_int(b, 1); in lower_cs_intrinsics_convert_block() local 186 nir_ssa_def *double_size_x = nir_ishl(b, size_x, one); in lower_cs_intrinsics_convert_block() 194 nir_iand(b, row_pair_id, one), in lower_cs_intrinsics_convert_block() 195 nir_iand(b, nir_ishr(b, row_pair_id, one), in lower_cs_intrinsics_convert_block() 199 nir_ishl(b, y_row_pairs, one), in lower_cs_intrinsics_convert_block() 200 nir_iand(b, nir_ishr(b, row_pair_id, one), one)); in lower_cs_intrinsics_convert_block()
|
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/ |
H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js | 43 //// [/user/username/projects/myproject/plugin-one/tsconfig.json]
46 //// [/user/username/projects/myproject/plugin-one/index.ts]
49 //// [/user/username/projects/myproject/plugin-one/action.ts]
52 const featureOne = action<{ route: string }>("feature-one"); 55 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/package.json]
58 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts]
73 //// [/user/username/projects/myProject/plugin-one/node_modules/plugin-two] symlink(/user/username/projects/myProject/plugin-two)
88 /a/lib/tsc.js -p plugin-one --explainFiles
90 ======== Resolving module 'typescript-fsa' from '/user/username/projects/myproject/plugin-one/action.ts'. ======== 93 Found 'package.json' at '/user/username/projects/myproject/plugin-one/node_module [all...] |
H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package.js | 43 //// [/user/username/projects/myproject/plugin-one/tsconfig.json]
46 //// [/user/username/projects/myproject/plugin-one/index.ts]
49 //// [/user/username/projects/myproject/plugin-one/action.ts]
52 const featureOne = action<{ route: string }>("feature-one"); 55 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/package.json]
58 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts]
73 //// [/user/username/projects/myproject/plugin-one/node_modules/plugin-two] symlink(/user/username/projects/myproject/plugin-two)
88 /a/lib/tsc.js -p plugin-one --explainFiles
90 ======== Resolving module 'typescript-fsa' from '/user/username/projects/myproject/plugin-one/action.ts'. ======== 93 Found 'package.json' at '/user/username/projects/myproject/plugin-one/node_module [all...] |
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | max310x.c | 312 struct max310x_one *one = to_max310x_port(port); in max310x_port_read() local 315 regmap_read(one->regmap, reg, &val); in max310x_port_read() 322 struct max310x_one *one = to_max310x_port(port); in max310x_port_write() local 324 regmap_write(one->regmap, reg, val); in max310x_port_write() 329 struct max310x_one *one = to_max310x_port(port); in max310x_port_update() local 331 regmap_update_bits(one->regmap, reg, mask, val); in max310x_port_update() 673 struct max310x_one *one = to_max310x_port(port); in max310x_batch_write() local 675 regmap_noinc_write(one->regmap, MAX310X_THR_REG, txbuf, len); in max310x_batch_write() 680 struct max310x_one *one = to_max310x_port(port); in max310x_batch_read() local 682 regmap_noinc_read(one in max310x_batch_read() 687 struct max310x_one *one = to_max310x_port(port); max310x_handle_rx() local 821 struct max310x_one *one = to_max310x_port(port); max310x_start_tx() local 881 struct max310x_one *one = container_of(ws, struct max310x_one, tx_work); max310x_tx_proc() local 903 struct max310x_one *one = container_of(ws, struct max310x_one, md_work); max310x_md_proc() local 913 struct max310x_one *one = to_max310x_port(port); max310x_set_mctrl() local 1037 struct max310x_one *one = container_of(ws, struct max310x_one, rs_work); max310x_rs_proc() local 1060 struct max310x_one *one = to_max310x_port(port); max310x_rs485_config() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesni-mb-x86_64.pl | 106 ($rounds,$one,$sink,$offset)=("%eax","%ecx","%rbp","%rbx"); 183 # borrow $one for number of blocks 184 mov `$inp_elm_size*$i+2*$ptr_size-$inp_elm_size*2`($inp),$one 186 cmp $num,$one 188 cmovg $one,$num # find maximum 189 test $one,$one 192 mov $one,`32+4*$i`(%rsp) # initialize counters 223 mov \$1,$one # constant of 1 239 cmp `32+4*$i`(%rsp),$one [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aesni-mb-x86_64.pl | 106 ($rounds,$one,$sink,$offset)=("%eax","%ecx","%rbp","%rbx"); 183 # borrow $one for number of blocks 184 mov `$inp_elm_size*$i+2*$ptr_size-$inp_elm_size*2`($inp),$one 186 cmp $num,$one 188 cmovg $one,$num # find maximum 189 test $one,$one 192 mov $one,`32+4*$i`(%rsp) # initialize counters 223 mov \$1,$one # constant of 1 239 cmp `32+4*$i`(%rsp),$one [all...] |
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
H A D | 100-macro-with-colon.c | 1 #define one 1 macro 5 case one + two:
|
H A D | 057-empty-arguments.c | 3 #define one(x) success macro 4 one()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | generate_real_test.cc | 155 constexpr uint64_t one = 1; in TEST() local 157 EXPECT_EQ(ToFloat(one << i), exp_values[i]); in TEST() 160 EXPECT_EQ(ToFloat((one << i) + (one << (i - j))), in TEST() 165 EXPECT_EQ(ToFloat((one << i) + (one << (i - j))), exp_values[i]); in TEST() 317 constexpr uint64_t one = 1; in TEST() local 319 EXPECT_EQ(ToDouble(one << i), exp_values[i]); in TEST() 322 EXPECT_EQ(ToDouble((one << i) + (one << ( in TEST() [all...] |
/third_party/rust/crates/proc-macro-error/tests/ui/ |
H A D | result_ext.rs | 4 result_unwrap_or_abort!(one, two); 5 result_expect_or_abort!(one, two);
|
H A D | emit.rs | 4 emit!(one, two, three, four, five); 5 emit_notes!(one, two);
|
/third_party/skia/tests/ |
H A D | PathOpsExtendedTest.cpp | 43 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result 47 bool SimplifyDebug(const SkPath& one, SkPath* result 116 static void scaleMatrix(const SkPath& one, const SkPath& two, SkMatrix& scale) { in scaleMatrix() argument 117 SkRect larger = one.getBounds(); in scaleMatrix() 180 static int pathsDrawTheSame(const SkPath& one, const SkPath& two, SkBitmap& bits, SkPath& scaledOne, 183 scaleMatrix(one, two, scale); 184 one.transform(scale, &scaledOne); 189 bool drawAsciiPaths(const SkPath& one, const SkPath& two, bool drawPaths) { 193 const SkRect& bounds1 = one.getBounds(); 213 canvas.drawPath(one, pain [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | i3.js | 2 interface I3 { one?: number; }; 3 var x: {one: number};
|
/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | dp_subscribe_info.h | 66 int operator()(const SubscribeInfo& one, const SubscribeInfo& other) const in operator ()() argument 68 return (one.GetSaId() == other.GetSaId()) && (one.GetSubscribeKey() == other.GetSubscribeKey()); in operator ()()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | listformattertest.h | 97 UnicodeString one, 105 UnicodeString one, 123 const UnicodeString one; member in ListFormatterTest
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_sockmap_kern.h | 154 const int one = 1; in bpf_prog3() local 156 f = bpf_map_lookup_elem(&sock_skb_opts, &one); in bpf_prog3() 176 f = bpf_map_lookup_elem(&sock_skb_opts, &one); in bpf_prog3() 237 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local 247 end = bpf_map_lookup_elem(&sock_bytes, &one); in bpf_prog4() 267 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, key = 0; in bpf_prog6() local 280 end = bpf_map_lookup_elem(&sock_bytes, &one); in bpf_prog6() 348 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, err = 0; in bpf_prog10() local 357 end = bpf_map_lookup_elem(&sock_bytes, &one); in bpf_prog10()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_sockmap_kern.h | 158 const int one = 1; in bpf_prog3() local 160 f = bpf_map_lookup_elem(&sock_skb_opts, &one); in bpf_prog3() 180 f = bpf_map_lookup_elem(&sock_skb_opts, &one); in bpf_prog3() 239 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local 249 end = bpf_map_lookup_elem(&sock_bytes, &one); in bpf_prog4() 269 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, key = 0; in bpf_prog6() local 282 end = bpf_map_lookup_elem(&sock_bytes, &one); in bpf_prog6() 354 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, err = 0; in bpf_prog10() local 363 end = bpf_map_lookup_elem(&sock_bytes, &one); in bpf_prog10()
|
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | e_lgammal_r.c | 29 one = 1; variable 214 case 4: y = __kernel_sinl(pi*(one-y),zero,0); break; in sin_pil() 241 return one/vzero; in lgammal_r() 249 return one/vzero; in lgammal_r() 251 if(t==zero) return one/vzero; in lgammal_r() 291 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*(v5+y*(v6+y*(v7+ in lgammal_r() 302 q = one+y*(r1+y*(r2+y*(r3+y*(r4+y*(r5+y*(r6+y*(r7+y*(r8+ in lgammal_r() 317 z = one/x; in lgammal_r() 322 r = (x-half)*(t-one)+w; in lgammal_r()
|