HomeSort by relevance Sort by last modified time
    Searched full:prec (Results 26 - 50 of 727) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
float_test.go 42 if prec := x.Prec(); prec != 0 {
43 t.Errorf("prec = %d; want 0", prec)
105 prec uint
109 // prec 0
117 // prec at upper limit
129 x := makeFloat(test.x).SetPrec(test.prec)
130 prec := test.pre
    [all...]
floatconv.go 30 prec := z.prec
31 if prec == 0 {
32 prec = 64
61 z.prec = prec
109 z.prec = prec
126 p := new(Float).SetPrec(z.Prec() + 64) // use more bits for p -- TODO(gri) what is the right number?
160 f := new(Float).SetPrec(z.Prec() + 64).SetInt64(10
    [all...]
float.go 59 prec uint32
96 // Float x are stored in a nat slice long enough to hold up to x.prec bits;
100 // trailing 0 bits or x.prec is not a multiple of the the Word size _W,
152 // SetPrec sets z's precision to prec and returns the (possibly) rounded
154 // cannot be represented in prec bits without loss of precision.
156 // If prec > MaxPrec, it is set to MaxPrec.
157 func (z *Float) SetPrec(prec uint) *Float {
161 if prec == 0 {
162 z.prec = 0
172 if prec > MaxPrec
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
float_test.go 42 if prec := x.Prec(); prec != 0 {
43 t.Errorf("prec = %d; want 0", prec)
105 prec uint
109 // prec 0
117 // prec at upper limit
129 x := makeFloat(test.x).SetPrec(test.prec)
130 prec := test.pre
    [all...]
floatconv.go 30 prec := z.prec
31 if prec == 0 {
32 prec = 64
61 z.prec = prec
109 z.prec = prec
126 p := new(Float).SetPrec(z.Prec() + 64) // use more bits for p -- TODO(gri) what is the right number?
160 f := new(Float).SetPrec(z.Prec() + 64).SetInt64(10
    [all...]
float.go 59 prec uint32
96 // Float x are stored in a nat slice long enough to hold up to x.prec bits;
100 // trailing 0 bits or x.prec is not a multiple of the the Word size _W,
152 // SetPrec sets z's precision to prec and returns the (possibly) rounded
154 // cannot be represented in prec bits without loss of precision.
156 // If prec > MaxPrec, it is set to MaxPrec.
157 func (z *Float) SetPrec(prec uint) *Float {
161 if prec == 0 {
162 z.prec = 0
172 if prec > MaxPrec
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
float_test.go 45 if prec := x.Prec(); prec != 0 {
46 t.Errorf("prec = %d; want 0", prec)
108 prec uint
112 // prec 0
120 // prec at upper limit
132 x := makeFloat(test.x).SetPrec(test.prec)
133 prec := test.pre
    [all...]
float.go 62 prec uint32
99 // Float x are stored in a nat slice long enough to hold up to x.prec bits;
103 // trailing 0 bits or x.prec is not a multiple of the the Word size _W,
155 // SetPrec sets z's precision to prec and returns the (possibly) rounded
157 // cannot be represented in prec bits without loss of precision.
159 // If prec > MaxPrec, it is set to MaxPrec.
160 func (z *Float) SetPrec(prec uint) *Float {
164 if prec == 0 {
165 z.prec = 0
175 if prec > MaxPrec
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
float_test.go 42 if prec := x.Prec(); prec != 0 {
43 t.Errorf("prec = %d; want 0", prec)
105 prec uint
109 // prec 0
117 // prec at upper limit
129 x := makeFloat(test.x).SetPrec(test.prec)
130 prec := test.pre
    [all...]
floatconv.go 30 prec := z.prec
31 if prec == 0 {
32 prec = 64
61 z.prec = prec
109 z.prec = prec
126 p := new(Float).SetPrec(z.Prec() + 64) // use more bits for p -- TODO(gri) what is the right number?
160 f := new(Float).SetPrec(z.Prec() + 64).SetInt64(10
    [all...]
float.go 59 prec uint32
96 // Float x are stored in a nat slice long enough to hold up to x.prec bits;
100 // trailing 0 bits or x.prec is not a multiple of the the Word size _W,
152 // SetPrec sets z's precision to prec and returns the (possibly) rounded
154 // cannot be represented in prec bits without loss of precision.
156 // If prec > MaxPrec, it is set to MaxPrec.
157 func (z *Float) SetPrec(prec uint) *Float {
161 if prec == 0 {
162 z.prec = 0
172 if prec > MaxPrec
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
float_test.go 42 if prec := x.Prec(); prec != 0 {
43 t.Errorf("prec = %d; want 0", prec)
105 prec uint
109 // prec 0
117 // prec at upper limit
129 x := makeFloat(test.x).SetPrec(test.prec)
130 prec := test.pre
    [all...]
floatconv.go 30 prec := z.prec
31 if prec == 0 {
32 prec = 64
61 z.prec = prec
109 z.prec = prec
126 p := new(Float).SetPrec(z.Prec() + 64) // use more bits for p -- TODO(gri) what is the right number?
160 f := new(Float).SetPrec(z.Prec() + 64).SetInt64(10
    [all...]
  /ndk/sources/android/support/src/wcstox/
wcstod.c 8 int prec)
14 long double y = __floatscan(&f, prec, 1);
  /external/opencv3/modules/java/src/
imgproc+LineSegmentDetector.java 19 // C++: void detect(Mat _image, Mat& _lines, Mat& width = Mat(), Mat& prec = Mat(), Mat& nfa = Mat())
22 //javadoc: LineSegmentDetector::detect(_image, _lines, width, prec, nfa)
23 public void detect(Mat _image, Mat _lines, Mat width, Mat prec, Mat nfa)
26 detect_0(nativeObj, _image.nativeObj, _lines.nativeObj, width.nativeObj, prec.nativeObj, nfa.nativeObj);
85 // C++: void detect(Mat _image, Mat& _lines, Mat& width = Mat(), Mat& prec = Mat(), Mat& nfa = Mat())
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/
rndo-add.c 42 mpfr_prec_t prec; local
43 int pprec; /* will be prec - 1 for mpfr_printf */
47 fprintf (stderr, "Usage: rndo-add <prec> <x> <y>\n");
51 prec = atoi (argv[1]);
52 if (prec < 2)
57 pprec = prec - 1;
59 mpfr_inits2 (prec, LIST, (mpfr_ptr) 0);
  /external/regex-re2/re2/
tostring.cc 62 int prec = parent_arg; local
84 if (prec < PrecConcat)
90 if (prec < PrecAlternate)
109 if (prec < PrecUnary)
141 int prec = parent_arg; local
152 if (prec < PrecEmpty)
163 if (prec < PrecConcat)
168 if (prec < PrecConcat)
179 if (prec < PrecAlternate)
187 if (prec < PrecUnary
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 233 pktq_penq(struct pktq *pq, int prec, void *p)
237 ASSERT(prec >= 0 && prec < pq->num_prec);
241 ASSERT(!pktq_pfull(pq, prec));
243 q = &pq->q[prec];
255 if (pq->hi_prec < prec)
256 pq->hi_prec = (uint8)prec;
262 pktq_penq_head(struct pktq *pq, int prec, void *p)
266 ASSERT(prec >= 0 && prec < pq->num_prec)
475 int prec; local
504 int prec; local
537 int prec; local
575 int prec; local
592 int prec; local
610 int prec; local
629 int prec, len; local
646 int prec; local
675 int prec; local
    [all...]
  /external/libpcap/missing/
snprintf.c 128 int width, int prec, int flags, int minusp)
134 if(prec != -1)
137 prec = 1;
139 if(prec == 0 && num == 0)
147 prec -= len;
148 /* pad with prec zeros */
149 while(prec-- > 0){
218 int prec,
221 if(prec != -1)
222 width -= prec;
290 int prec = -1; local
    [all...]
  /external/tcpdump/missing/
snprintf.c 128 int width, int prec, int flags, int minusp)
134 if(prec != -1)
137 prec = 1;
139 if(prec == 0 && num == 0)
147 prec -= len;
148 /* pad with prec zeros */
149 while(prec-- > 0){
218 int prec,
221 if(prec != -1)
222 width -= prec;
290 int prec = -1; local
    [all...]
  /external/llvm/test/CodeGen/NVPTX/
rsqrt.ll 1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 -nvptx-prec-divf32=1 -nvptx-prec-sqrtf32=0 | FileCheck %s
  /prebuilts/go/darwin-x86/src/strconv/
ftoa_test.go 17 prec int
136 s := FormatFloat(test.f, test.fmt, test.prec, 64)
138 t.Error("testN=64", test.f, string(test.fmt), test.prec, "want", test.s, "got", s)
140 x := AppendFloat([]byte("abc"), test.f, test.fmt, test.prec, 64)
142 t.Error("AppendFloat testN=64", test.f, string(test.fmt), test.prec, "want", "abc"+test.s, "got", string(x))
145 s := FormatFloat(test.f, test.fmt, test.prec, 32)
147 t.Error("testN=32", test.f, string(test.fmt), test.prec, "want", test.s, "got", s)
149 x := AppendFloat([]byte("abc"), test.f, test.fmt, test.prec, 32)
151 t.Error("AppendFloat testN=32", test.f, string(test.fmt), test.prec, "want", "abc"+test.s, "got", string(x))
175 prec := rand.Intn(12) +
    [all...]
  /prebuilts/go/linux-x86/src/strconv/
ftoa_test.go 17 prec int
136 s := FormatFloat(test.f, test.fmt, test.prec, 64)
138 t.Error("testN=64", test.f, string(test.fmt), test.prec, "want", test.s, "got", s)
140 x := AppendFloat([]byte("abc"), test.f, test.fmt, test.prec, 64)
142 t.Error("AppendFloat testN=64", test.f, string(test.fmt), test.prec, "want", "abc"+test.s, "got", string(x))
145 s := FormatFloat(test.f, test.fmt, test.prec, 32)
147 t.Error("testN=32", test.f, string(test.fmt), test.prec, "want", test.s, "got", s)
149 x := AppendFloat([]byte("abc"), test.f, test.fmt, test.prec, 32)
151 t.Error("AppendFloat testN=32", test.f, string(test.fmt), test.prec, "want", "abc"+test.s, "got", string(x))
175 prec := rand.Intn(12) +
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c 150 * string representation. If not -1, prec specifies the maximum number of
155 __wcsconv(wchar_t *wcsarg, int prec)
164 if (prec < 0) {
176 if (prec < 128)
177 nbytes = prec;
185 nbytes + clen > (size_t)prec)
279 int prec; /* precision from format; <0 for N/A */ local
316 int dprec; /* a copy of prec if %[diouxX], 0 otherwise */
514 prec = -1;
558 prec = n < 0 ? -1 : n
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
float.go 62 prec uint32
99 // Float x are stored in a nat slice long enough to hold up to x.prec bits;
103 // trailing 0 bits or x.prec is not a multiple of the the Word size _W,
155 // SetPrec sets z's precision to prec and returns the (possibly) rounded
157 // cannot be represented in prec bits without loss of precision.
159 // If prec > MaxPrec, it is set to MaxPrec.
160 func (z *Float) SetPrec(prec uint) *Float {
164 if prec == 0 {
165 z.prec = 0
175 if prec > MaxPrec
    [all...]

Completed in 1048 milliseconds

12 3 4 5 6 7 8 91011>>