/third_party/musl/src/math/ |
H A D | pow.c | 145 double_t hi, lo, one = 1.0; in specialcase() local 147 one = -1.0; in specialcase() 149 hi = one + y; in specialcase() 150 lo = one - hi + y + lo; in specialcase() 151 y = eval_as_double(hi + lo) - one; in specialcase() 179 double_t one = WANT_ROUNDING ? 1.0 + x : 1.0; in exp_inline() local 180 return sign_bias ? -one : one; in exp_inline()
|
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | ocsp_cl.c | 32 OCSP_ONEREQ *one = NULL; in OCSP_request_add0_id() local 34 if ((one = OCSP_ONEREQ_new()) == NULL) in OCSP_request_add0_id() 36 OCSP_CERTID_free(one->reqCert); in OCSP_request_add0_id() 37 one->reqCert = cid; in OCSP_request_add0_id() 38 if (req && !sk_OCSP_ONEREQ_push(req->tbsRequest.requestList, one)) { in OCSP_request_add0_id() 39 one->reqCert = NULL; /* do not free on error */ in OCSP_request_add0_id() 40 OCSP_ONEREQ_free(one); in OCSP_request_add0_id() 43 return one; in OCSP_request_add0_id() 77 * optional signers certificate and include one or more optional certificates
|
/third_party/openssl/crypto/ocsp/ |
H A D | ocsp_cl.c | 32 OCSP_ONEREQ *one = NULL; in OCSP_request_add0_id() local 34 if ((one = OCSP_ONEREQ_new()) == NULL) in OCSP_request_add0_id() 36 OCSP_CERTID_free(one->reqCert); in OCSP_request_add0_id() 37 one->reqCert = cid; in OCSP_request_add0_id() 38 if (req && !sk_OCSP_ONEREQ_push(req->tbsRequest.requestList, one)) { in OCSP_request_add0_id() 39 one->reqCert = NULL; /* do not free on error */ in OCSP_request_add0_id() 40 OCSP_ONEREQ_free(one); in OCSP_request_add0_id() 43 return one; in OCSP_request_add0_id() 77 * optional signers certificate and include one or more optional certificates
|
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | e_powl.c | 86 one = 1.0L, variable 167 return one; in powl() 170 if (x == one) in powl() 171 return one; in powl() 174 return one; in powl() 224 return one / x; in powl() 245 z = one / z; /* z = (1/|x|) */ in powl() 276 /* over/underflow if x is not close to one */ in powl() 313 v = one / (ax + bp[k]); in powl() 364 s = one; in powl() [all...] |
H A D | k_cosl.c | 31 one = 1.0; variable 55 w = one-hz; in __kernel_cosl() 56 return w + (((one-w)-hz) + (z*r-x*y)); in __kernel_cosl()
|
/kernel/linux/linux-5.10/drivers/misc/lkdtm/ |
H A D | usercopy.c | 136 unsigned char *one, *two; in do_usercopy_heap_size() local 141 one = kmalloc(size, GFP_KERNEL); in do_usercopy_heap_size() 143 if (!one || !two) { in do_usercopy_heap_size() 156 memset(one, 'A', size); in do_usercopy_heap_size() 160 test_kern_addr = one + 16; in do_usercopy_heap_size() 191 kfree(one); in do_usercopy_heap_size()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | charconv_bigint_test.cc | 92 const BigUnsigned<84> one(1u); in TEST() 102 BigUnsigned<84> small_shifted = one; in TEST() 104 EXPECT_LT(one, small_shifted); in TEST() 111 BigUnsigned<84> small_shifted = one; in TEST() 113 EXPECT_EQ(one, small_shifted); in TEST() 122 BigUnsigned<84> small_shifted = one; in TEST()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | tcp_inq.c | 83 /* TCP_INQ can overestimate in-queue by one byte if we send in start_server() 99 int c, one = 1, inq = -1; in main() local 129 &one, sizeof(one)) != 0) in main() 146 if (setsockopt(fd, SOL_TCP, TCP_INQ, &one, sizeof(one)) != 0) in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | tcp_inq.c | 83 /* TCP_INQ can overestimate in-queue by one byte if we send in start_server() 99 int c, one = 1, inq = -1; in main() local 129 &one, sizeof(one)) != 0) in main() 146 if (setsockopt(fd, SOL_TCP, TCP_INQ, &one, sizeof(one)) != 0) in main()
|
H A D | nettest.c | 423 int one = 1; in set_pktinfo_v4() local 426 rc = setsockopt(sd, SOL_IP, IP_PKTINFO, &one, sizeof(one)); in set_pktinfo_v4() 435 int one = 1; in set_recvpktinfo_v6() local 438 rc = setsockopt(sd, SOL_IPV6, IPV6_RECVPKTINFO, &one, sizeof(one)); in set_recvpktinfo_v6() 447 int one = 1; in set_recverr_v4() local 450 rc = setsockopt(sd, SOL_IP, IP_RECVERR, &one, sizeof(one)); in set_recverr_v4() 459 int one in set_recverr_v6() local 526 unsigned int one = 1; set_freebind() local 549 unsigned int one = 1; set_broadcast() local 562 unsigned int one = 1; set_reuseport() local 575 unsigned int one = 1; set_reuseaddr() local 618 unsigned int one = 1; set_dontroute() local 1343 int one = 1; msock_init() local [all...] |
H A D | sk_connect_zero_addr.c | 10 int fd1, fd2, one = 1; in main() local 27 if (setsockopt(fd1, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one))) { in main()
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | softfloat.c | 37 SoftFloat one= av_int2sf(1, 0); in main() local 49 sf1= one; in main() 51 sf1= av_div_sf(one, av_normalize_sf(av_add_sf(one, sf1))); in main() 72 sf1= av_mul_sf(av_add_sf(sf1, one),sf2); in main()
|
/third_party/node/deps/v8/src/objects/ |
H A D | name-inl.h | 77 bool Name::Equals(Isolate* isolate, Handle<Name> one, Handle<Name> two) { in Equals() argument 78 if (one.is_identical_to(two)) return true; in Equals() 79 if ((one->IsInternalizedString() && two->IsInternalizedString()) || in Equals() 80 one->IsSymbol() || two->IsSymbol()) { in Equals() 83 return String::SlowEquals(isolate, Handle<String>::cast(one), in Equals()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | importCallExpressionNoModuleKindSpecified.js | 23 let one = await import("./1"); 24 console.log(one.backup()); 95 var one;
102 one = _a.sent();
103 console.log(one.backup());
|
/kernel/linux/linux-6.6/lib/ |
H A D | stackinit_kunit.c | 81 zero.one = 0; \ 98 #define __static_all { .one = 0, \ 104 #define __dynamic_all { .one = arg->one, \ 110 #define __runtime_all var.one = 0; \ 243 unsigned long one; member 251 size_t one; member 260 u8 one; member 268 char *one; member 277 u8 one; member [all...] |
/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...] |
/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/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...] |
/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/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()
|