Home
last modified time | relevance | path

Searched refs:nums (Results 1 – 11 of 11) sorted by relevance

/dragonfly/usr.bin/sort/
H A Dbwstring.c332 nums = dst->len; in bwscpy()
333 dst->len = nums; in bwscpy()
344 return (nums); in bwscpy()
360 if (nums > size) in bwsncpy()
361 nums = size; in bwsncpy()
362 dst->len = nums; in bwsncpy()
397 nums = size; in bwsnocpy()
401 (nums)); in bwsnocpy()
446 int nums; in bwsfwrite() local
454 int nums; in bwsfwrite() local
[all …]
/dragonfly/tools/regression/lib/libm/
H A Dtest-ctrig.c380 static const long double nums[] = { in test_axes() local
387 for (i = 0; i < sizeof(nums) / sizeof(nums[0]); i++) { in test_axes()
389 z = cpackl(nums[i], 0.0); in test_axes()
393 testall_odd_tol(csin, z, cpackl(sin(nums[i]), in test_axes()
394 copysign(0, cos(nums[i]))), 0); in test_axes()
395 testall_even_tol(ccos, z, cpackl(cos(nums[i]), in test_axes()
396 -copysign(0, sin(nums[i]))), 0); in test_axes()
400 z = cpackl(0.0, nums[i]); in test_axes()
402 sin(nums[i])), 0); in test_axes()
403 testall_even_tol(ccosh, z, cpackl(cos(nums[i]), in test_axes()
[all …]
H A Dtest-invctrig.c344 static const long double nums[] = { in test_axes() local
350 for (i = 0; i < sizeof(nums) / sizeof(nums[0]); i++) { in test_axes()
352 z = CMPLXL(nums[i], 0.0); in test_axes()
353 if (fabs(nums[i]) <= 1) { in test_axes()
360 CMPLXL(acosh(fabs(nums[i])), in test_axes()
361 (nums[i] < 0) ? pi : 0), 1); in test_axes()
363 CMPLXL((nums[i] < 0) ? pi : 0, in test_axes()
364 -acosh(fabs(nums[i]))), 1); in test_axes()
366 CMPLXL(copysign(pi / 2, nums[i]), in test_axes()
367 acosh(fabs(nums[i]))), 1); in test_axes()
[all …]
/dragonfly/usr.bin/tip/
H A Dcmds.c843 int nums[3]; in prtime() local
846 nums[i] = (int)(a % quant[i]); in prtime()
851 if (nums[i] || (i == 0 && nums[1] == 0 && nums[2] == 0)) in prtime()
852 printf("%d %s%c ", nums[i], sep[i], in prtime()
853 nums[i] == 1 ? '\0' : 's'); in prtime()
/dragonfly/contrib/file/magic/Magdir/
H A Dsequent22 # Symmetry magic nums will not be reached if DOS COM comes before them;
/dragonfly/sys/dev/drm/amd/include/
H A Dkgd_pp_interface.h149 uint32_t nums; member
/dragonfly/contrib/binutils-2.34/gas/
H A Dread.c4435 LITTLENUM_TYPE *nums; in emit_expr_with_reloc() local
4493 nums = generic_bignum + size / CHARS_PER_LITTLENUM; in emit_expr_with_reloc()
4496 --nums; in emit_expr_with_reloc()
4497 md_number_to_chars (p, (valueT) *nums, CHARS_PER_LITTLENUM); in emit_expr_with_reloc()
4504 nums = generic_bignum; in emit_expr_with_reloc()
4507 md_number_to_chars (p, (valueT) *nums, CHARS_PER_LITTLENUM); in emit_expr_with_reloc()
4508 ++nums; in emit_expr_with_reloc()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_pm.c338 buf_len = snprintf(buf, PAGE_SIZE, "states: %d\n", data.nums);
339 for (i = 0; i < data.nums; i++)
364 for (i = 0; i < data.nums; i++) {
369 if (i == data.nums)
/dragonfly/contrib/binutils-2.27/gas/
H A Dread.c4436 LITTLENUM_TYPE *nums; in emit_expr_with_reloc() local
4491 nums = generic_bignum + size / CHARS_PER_LITTLENUM; in emit_expr_with_reloc()
4494 --nums; in emit_expr_with_reloc()
4495 md_number_to_chars (p, (valueT) *nums, CHARS_PER_LITTLENUM); in emit_expr_with_reloc()
4502 nums = generic_bignum; in emit_expr_with_reloc()
4505 md_number_to_chars (p, (valueT) *nums, CHARS_PER_LITTLENUM); in emit_expr_with_reloc()
4506 ++nums; in emit_expr_with_reloc()
/dragonfly/usr.bin/m4/TEST/
H A Dtest.m4108 # include a square_root function for fixed nums
/dragonfly/sys/dev/drm/amd/powerplay/
H A Damd_powerplay.c592 data->nums = hwmgr->num_ps; in pp_dpm_get_pp_num_states()