HomeSort by: relevance | last modified time | path
    Searched defs:two (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
floatundisf.S 13 two: label
31 mulss REL_ADDR(two), %xmm0
  /src/usr.bin/make/unit-tests/
deptgt-order.mk 5 all one two three: .PHONY target
7 two: one target
9 three: two
varcmd.mk 33 @${.MAKE} -f ${MAKEFILE} FU=bar FOO+=goo two
35 two: show target
42 .ifmake two
48 two: immutable target
dir.mk 11 all: {one,two,three}
14 # "{one,two,three}". There are no individual targets "one", "two", "three"
21 .if target({one,two,three})
24 .if ${.ALLTARGETS:M{one,two,three}} != "{one,two,three}"
30 two: target
90 .PHONY: one two three four five six
meta-cmd-cmp.mk 12 all: prep one two change1 change2 filter0 filter1 filter2 filter3 post
53 one two: .PHONY target
var-scope-local.mk 86 # Each of the built-in target-local variables has two equivalent names, for
148 # 'two'.
150 # expect: two: ignoring ' = three' as the variable name '' expands to empty
151 one two:=three
152 # If the two targets to the left are generated by an expression, the
155 # expect: Global: one two = three
156 ${:Uone two}:=three
  /src/tests/usr.bin/xlint/lint1/
msg_186.c 11 unsigned two: 2; member in struct:bit_field
msg_105.c 22 struct two { struct
  /src/lib/libm/src/
s_tanh.c 45 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable in typeref:typename:const double
68 t = expm1(two*fabs(x));
69 z = one - two/(t+two);
71 t = expm1(-two*fabs(x));
72 z= -t/(t+two);
s_tanhf.c 24 static const float one=1.0, two=2.0, tiny = 1.0e-30; variable in typeref:typename:const float
46 t = expm1f(two*fabsf(x));
47 z = one - two/(t+two);
49 t = expm1f(-two*fabsf(x));
50 z= -t/(t+two);
e_jn.c 50 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable in typeref:typename:const double
181 v = two/x;
189 di -= two;
197 di -= two;
e_jnf.c 28 two = 2.0000000000e+00, /* 0x40000000 */ variable in typeref:typename:const float
135 v = two/x;
143 di -= two;
151 di -= two;
e_pow.c 21 * 1. Compute and return log2(x) in two pieces:
72 two = 2.0, variable in typeref:typename:const double[][][]
302 r = (z*t1)/(t1-two)-(w+z*w);
e_powf.c 31 two = 2.0, variable in typeref:typename:const float[][][]
245 r = (z*t1)/(t1-two)-(w+z*w);
s_erf.c 120 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable in typeref:typename:const double
289 if(hx<0&&ix>=0x40180000) return two-tiny;/* x < -6 */
299 if(hx>0) return r/x; else return two-r/x;
301 if(hx>0) return tiny*tiny; else return two-tiny;
s_erff.c 28 two = 2.0000000000e+00, /* 0x40000000 */ variable in typeref:typename:const float
198 if(hx<0&&ix>=0x40c00000) return two-tiny;/* x < -6 */
208 if(hx>0) return r/x; else return two-r/x;
210 if(hx>0) return tiny*tiny; else return two-tiny;
  /src/lib/libm/noieee_src/
n_tanh.c 79 static const double one=1.0, two=2.0, small = 1.0e-10, big = 1.0e10; local in function:tanh
90 return(copysign(one-two/(expm1(x+x)+two),sign));
92 {t= -expm1(-(x+x)); return(copysign(t/(two-t),sign));}
n_pow.c 121 static const double zero=0.0, one=1.0, two=2.0, negone= -1.0; variable in typeref:typename:const double
155 else if (y==two)
165 else if ( (t=drem(y,two)) == zero)
n_jn.c 108 two = 2.0, variable in typeref:typename:const double
240 v = two/x;
n_erf.c 167 two = 2.0, variable in typeref:typename:const double
371 return (two-tiny);
403 return two-r;
  /src/sys/dev/raidframe/
rf_pqdegdags.c 61 Two data drives have failed, and we are doing a read that covers one of them.
167 Recover data in the case of a double failure. There can be two
179 depending on whether two chunks of recovery data were required.
181 The second condition only arises if there are two failed buffers
197 int two = 0; local in function:rf_PQDoubleRecoveryFunc
214 two = 1;
231 if (two)
256 RF_ASSERT(two == 0);
373 Two lost data unit write case.
375 There are really two cases here
    [all...]
  /src/lib/libm/ld128/
e_powl.c 32 * 1. Compute and return log2(x) in two pieces:
87 two = 2.0L, variable in typeref:typename:const long double
428 r = (z * t1) / (t1 - two) - (w + z * w);
s_erfl.c 30 two = 2; variable in typeref:typename:const double
314 if(x < -9) return two-tiny; /* x < -9 */
322 if(x>0) return r/ax; else return two-r/ax;
324 if(x>0) return tiny*tiny; else return two-tiny;
  /src/lib/libm/ld80/
s_erfl.c 30 two = 2; variable in typeref:typename:const double
321 if(x < -7) RETURNI(two-tiny);/* x < -7 */
327 if(x>0) RETURNI(r/ax); else RETURNI(two-r/ax);
329 if(x>0) RETURNI(tiny*tiny); else RETURNI(two-tiny);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
amdgpu_color_gamma.c 871 struct fixed31_32 two; local in function:hermite_spline_eetf
901 two = dc_fixpt_from_int(2);
906 temp1 = dc_fixpt_mul(two, t3);
917 temp1 = dc_fixpt_mul(two, t2);

Completed in 28 milliseconds

1 2