/third_party/openssl/crypto/bio/ |
D | bio_print.c | 95 LDOUBLE fvalue; in _dopr() local 270 fvalue = va_arg(args, LDOUBLE); in _dopr() 272 fvalue = va_arg(args, double); in _dopr() 273 if (!fmtfp(sbuffer, buffer, &currlen, maxlen, fvalue, min, max, in _dopr() 282 fvalue = va_arg(args, LDOUBLE); in _dopr() 284 fvalue = va_arg(args, double); in _dopr() 285 if (!fmtfp(sbuffer, buffer, &currlen, maxlen, fvalue, min, max, in _dopr() 294 fvalue = va_arg(args, LDOUBLE); in _dopr() 296 fvalue = va_arg(args, double); in _dopr() 297 if (!fmtfp(sbuffer, buffer, &currlen, maxlen, fvalue, min, max, in _dopr() [all …]
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | expand.c | 153 value = (long long)old->fvalue; in cast_value() 160 expr->fvalue = (long double)get_longlong(old); in cast_value() 162 expr->fvalue = old->fvalue; in cast_value() 166 expr->fvalue = (double)expr->fvalue; in cast_value() 168 expr->fvalue = (float)expr->fvalue; in cast_value() 348 l = left->fvalue; in simplify_float_binop() 349 r = right->fvalue; in simplify_float_binop() 380 expr->fvalue = res; in simplify_float_binop() 396 l = left->fvalue; in simplify_float_cmp() 397 r = right->fvalue; in simplify_float_cmp() [all …]
|
D | cse.c | 92 hash += hashval(insn->fvalue); in cse_collect() 233 diff = memcmp(&i1->fvalue, &i2->fvalue, sizeof(i1->fvalue)); in insn_compare()
|
D | expression.h | 174 long double fvalue; member
|
D | linearize.h | 140 long double fvalue; member
|
D | linearize.c | 364 buf += sprintf(buf, "%Le", expr->fvalue); in show_instruction() 382 buf += sprintf(buf, "%Le", insn->fvalue); in show_instruction() 1090 insn->fvalue = fval; in add_setfval() 1791 add_goto(ep, expr->fvalue ? bb_true : bb_false); in linearize_cond_branch() 1891 return add_setfval(ep, expr->ctype, expr->fvalue); in linearize_expression()
|
D | sparse-llvm.c | 964 target = LLVMConstReal(dtype, insn->fvalue); in output_op_setfval() 1203 initial_value = LLVMConstReal(symbol_type(sym), initializer->fvalue); in output_data()
|
D | expression.c | 361 expr->fvalue = string_to_ld(str, &end); in get_number_value()
|
D | show-parse.c | 1024 long double value = expr->fvalue; in show_fvalue()
|
D | evaluate.c | 1980 expr->right->fvalue = 0; in evaluate_preop()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | s_expression.h | 83 virtual float fvalue() = 0; 96 float fvalue() { return float(this->val); } in fvalue() function 110 float fvalue() { return this->val; } in fvalue() function
|
D | ir_reader.cpp | 844 data.f[k] = value->fvalue(); in read_constant()
|
/third_party/libsnd/src/ |
D | float32.c | 257 float fvalue ; in float32_be_read() local 269 fvalue = mantissa ? ((float) mantissa) / ((float) 0x800000) : 0.0 ; in float32_be_read() 272 fvalue *= -1 ; in float32_be_read() 275 fvalue *= pow (2.0, exponent) ; in float32_be_read() 277 fvalue /= pow (2.0, abs (exponent)) ; in float32_be_read() 279 return fvalue ; in float32_be_read() 285 float fvalue ; in float32_le_read() local 297 fvalue = mantissa ? ((float) mantissa) / ((float) 0x800000) : 0.0 ; in float32_le_read() 300 fvalue *= -1 ; in float32_le_read() 303 fvalue *= pow (2.0, exponent) ; in float32_le_read() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/lv2/ |
D | gstlv2utils.c | 233 gfloat fvalue; in set_port_value() local 241 fvalue = *(const gfloat *) value; in set_port_value() 243 fvalue = *(const gdouble *) value; in set_port_value() 245 fvalue = *(const gint32 *) value; in set_port_value() 247 fvalue = *(const gint64 *) value; in set_port_value() 253 g_object_set (obj, prop_name, fvalue, NULL); in set_port_value() 281 static gfloat fvalue; in get_port_value() local 291 g_object_get (obj, prop_name, &fvalue, NULL); in get_port_value() 293 return &fvalue; in get_port_value()
|
/third_party/python/Lib/ |
D | mailcap.py | 138 fvalue = "" 141 fvalue = field[i+1:].strip() 146 fields[fkey] = fvalue
|
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
D | int128_test.cc | 632 TypeParam fvalue = std::ldexp(static_cast<TypeParam>(value), i); in TYPED_TEST() local 633 EXPECT_DOUBLE_EQ(fvalue, static_cast<TypeParam>(absl::int128(fvalue))); in TYPED_TEST() 634 EXPECT_DOUBLE_EQ(-fvalue, static_cast<TypeParam>(-absl::int128(fvalue))); in TYPED_TEST() 635 EXPECT_DOUBLE_EQ(-fvalue, static_cast<TypeParam>(absl::int128(-fvalue))); in TYPED_TEST() 636 EXPECT_DOUBLE_EQ(fvalue, static_cast<TypeParam>(-absl::int128(-fvalue))); in TYPED_TEST()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_tss.c | 341 #define EMIT_TS_FLOAT(svga, unit, fvalue, token) \ argument 343 unsigned val = fui(fvalue); \
|
D | svga_state_rss.c | 57 #define EMIT_RS_FLOAT(svga, fvalue, token) \ argument 59 unsigned value = fui(fvalue); \
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | VertexStateTests.cpp | 576 float fvalue; in TEST_P() member
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | IR.rst | 350 * .fvalue: the literal's value (long double)
|