| /third_party/ltp/testcases/kernel/syscalls/fallocate/ |
| H A D | fallocate06.c | 135 static int check_result(const struct test_case *tc, const char *func, long exp) in check_result() argument
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | utils-arm64.cc | 44 float float_pack(uint32_t sign, uint32_t exp, uint32_t mantissa) { in float_pack() argument 49 double double_pack(uint64_t sign, uint64_t exp, uint64_t mantissa) { in double_pack() argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
| H A D | math_data_test.h | 128 unsigned exp : 8; member 139 unsigned exp : 11; member
|
| /third_party/optimized-routines/math/ |
| H A D | exp.c | 157 exp (double x) in exp() function [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-number-parser.hh | 127 unsigned exp = 0; in strtod_rl() local
|
| /third_party/skia/third_party/externals/harfbuzz/util/ |
| H A D | options.hh | 233 __inline long double scalbn (long double x, int exp) in scalbn() argument 238 __inline float scalbnf (float x, int exp) in scalbnf() argument
|
| /third_party/python/Modules/_decimal/libmpdec/ |
| H A D | umodarith.h | 277 x64_powmod(mpd_uint_t base, mpd_uint_t exp, mpd_uint_t umod) in x64_powmod() argument 352 std_powmod(mpd_uint_t base, mpd_uint_t exp, mpd_uint_t umod) in std_powmod() argument 631 ppro_powmod(mpd_uint_t base, mpd_uint_t exp, doubl argument [all...] |
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | multiplanar_external_texture.cc | 350 const ast::IdentifierExpression* exp = b.Expr(texture_sample_external_sym); in createTexSmpExt() local 393 const ast::IdentifierExpression* exp = b.Expr(texture_load_external_sym); in createTexLdExt() local
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuFloatFormat.cpp | 100 int exp = 0; in ulp() local 143 int exp = 0; round() local 204 int exp = 0; roundOut() local 236 int exp = 0; floatToHex() local [all...] |
| /kernel/linux/linux-5.10/arch/x86/platform/uv/ |
| H A D | uv_time.c | 178 u64 exp = head->cpu[c].expires; in uv_rtc_find_next_timer() local
|
| /kernel/linux/linux-5.10/arch/powerpc/perf/ |
| H A D | isa207-common.c | 142 unsigned int cmp, exp; in is_thresh_cmp_valid() local 245 u64 exp = MMCRA_THR_CTR_EXP(mmcra); in isa207_get_mem_weight() local
|
| /kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/ |
| H A D | fpu.c | 98 int exp, w; in denormal_mulf() local 165 int exp, w; in denormal_muld() local 203 int exp; denormal_subf1() local 230 int exp; denormal_addf1() local 288 int exp; denormal_subd1() local 315 long long exp; denormal_addd1() local 381 int exp = 1023 - 126; denormal_to_double() local [all...] |
| /kernel/linux/linux-5.10/arch/x86/math-emu/ |
| H A D | reg_ld_str.c | 39 static u_char normalize_no_excep(FPU_REG *r, int exp, int sign) in normalize_no_excep() argument 55 int exp; in FPU_tagof() local 97 int exp, tag, negative; in FPU_load_double() local 159 int exp, tag, negative; FPU_load_single() local 384 int exp; FPU_store_double() local 569 int exp; FPU_store_single() local [all...] |
| /kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2a/ |
| H A D | fpu.c | 98 int exp, w; in denormal_mulf() local 165 int exp, w; in denormal_muld() local 203 int exp; denormal_subf1() local 230 int exp; denormal_addf1() local 288 int exp; denormal_subd1() local 315 long long exp; denormal_addd1() local 381 int exp = 1023 - 126; denormal_to_double() local [all...] |
| /kernel/linux/linux-5.10/drivers/media/dvb-core/ |
| H A D | dvb_vb2.c | 372 int dvb_vb2_expbuf(struct dvb_vb2_ctx *ctx, struct dmx_exportbuffer *exp) in dvb_vb2_expbuf() argument
|
| /kernel/linux/linux-5.10/drivers/iio/common/hid-sensors/ |
| H A D | hid-sensor-attributes.c | 80 int exp = 0; in simple_div() local 98 static void split_micro_fraction(unsigned int no, int exp, int *val1, int *val2) in split_micro_fraction() argument 114 static void convert_from_vtf_format(u32 value, int size, int exp, in convert_from_vtf_format() argument 136 convert_to_vtf_format(int size, int exp, int val1, int val2) convert_to_vtf_format() argument 306 adjust_exponent_nano(int *val0, int *val1, int scale0, int scale1, int exp) adjust_exponent_nano() argument 358 int exp; hid_sensor_format_scale() local [all...] |
| /kernel/linux/linux-5.10/drivers/hwmon/ |
| H A D | lochnagar-hwmon.c | 75 int exp = ((data & 0x7F800000) >> 23) - 127 - 23; in float_to_long() local
|
| /kernel/linux/linux-5.10/drivers/net/phy/ |
| H A D | meson-gxl.c | 160 int ret, wol, lpa, exp; in meson_gxl_read_status() local
|
| /kernel/linux/linux-5.10/include/math-emu/ |
| H A D | double.h | 61 unsigned exp : _FP_EXPBITS_D; member 135 unsigned exp : _FP_EXPBITS_D; member
|
| H A D | quad.h | 62 unsigned exp : _FP_EXPBITS_Q; member 140 unsigned exp : _FP_EXPBITS_Q; member
|
| H A D | single.h | 52 unsigned exp : _FP_EXPBITS_S; member
|
| /kernel/linux/linux-5.10/drivers/watchdog/ |
| H A D | tegra_wdt.c | 148 int exp; in tegra_wdt_get_timeleft() local
|
| /kernel/linux/linux-5.10/fs/nfsd/ |
| H A D | nfsfh.c | 30 struct svc_export *exp = expv; in nfsd_acceptable() local 101 nfsd_setuser_and_check_port(struct svc_rqst *rqstp, struct svc_export *exp) nfsd_setuser_and_check_port() argument 118 check_pseudo_root(struct svc_rqst *rqstp, struct dentry *dentry, struct svc_export *exp) check_pseudo_root() argument 157 struct svc_export *exp; nfsd_set_fh_dentry() local 330 struct svc_export *exp; fh_verify() local 415 _fh_update(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry) _fh_update() argument 435 _fh_update_old(struct dentry *dentry, struct svc_export *exp, struct knfsd_fh *fh) _fh_update_old() argument 446 is_root_export(struct svc_export *exp) is_root_export() argument 451 exp_sb(struct svc_export *exp) exp_sb() argument 456 fsid_type_ok_for_exp(u8 fsid_type, struct svc_export *exp) fsid_type_ok_for_exp() argument 481 set_version_and_fsid_type(struct svc_fh *fhp, struct svc_export *exp, struct svc_fh *ref_fh) set_version_and_fsid_type() argument 536 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, struct svc_fh *ref_fh) fh_compose() argument 653 struct svc_export * exp = fhp->fh_export; fh_put() local [all...] |
| /kernel/linux/linux-5.10/lib/ |
| H A D | test_bitmap.c | 134 unsigned long exp; in __check_eq_clump8() local
|
| H A D | test-string_helpers.c | 361 test_string_get_size_check(const char *units, const char *exp, char *res, const u64 size, const u64 blk_size) test_string_get_size_check() argument
|