OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atof
(Results
251 - 275
of
501
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/experimental/procstatlog/
procstatlog.c
379
long poll_usec = (long) (
atof
(argv[1]) * 1000000l);
/prebuilts/go/darwin-x86/src/go/types/testdata/
shifts.src
295
// from src/strconv/
atof
.go:326
/prebuilts/go/darwin-x86/src/strconv/
atof_test.go
198
// The
atof
routines return NumErrors wrapping
/prebuilts/go/linux-x86/src/go/types/testdata/
shifts.src
295
// from src/strconv/
atof
.go:326
/prebuilts/go/linux-x86/src/strconv/
atof_test.go
198
// The
atof
routines return NumErrors wrapping
/external/eigen/unsupported/Eigen/src/Eigenvalues/
ArpackSelfAdjointEigenSolver.h
398
sigma =
atof
(eigs_sigma.c_str());
400
// If
atof
fails, it returns 0.0, which is a fine default
/external/llvm/lib/AsmParser/
LLLexer.cpp
944
APFloatVal = APFloat(std::
atof
(TokStart));
980
APFloatVal = APFloat(std::
atof
(TokStart));
/external/tinyxml/
tinyxml.cpp
693
*d =
atof
( s );
1273
return
atof
(value.c_str ());
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h
145
extern double
atof
(__const char *__nptr)
279
__NTH (
atof
(__const char *__nptr))
function
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h
145
extern double
atof
(__const char *__nptr)
279
__NTH (
atof
(__const char *__nptr))
function
[
all
...]
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/
parse.go
799
return p.
atof
(tok.String())
914
func (p *Parser)
atof
(str string) float64 {
func
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
parse.go
796
return p.
atof
(tok.String())
911
func (p *Parser)
atof
(str string) float64 {
func
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/
parse.go
799
return p.
atof
(tok.String())
914
func (p *Parser)
atof
(str string) float64 {
func
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
parse.go
796
return p.
atof
(tok.String())
911
func (p *Parser)
atof
(str string) float64 {
func
/external/libpng/contrib/gregbook/
rpng2-win.c
336
sgi_gamma =
atof
(tmpline);
360
rpng2_info.display_exponent =
atof
(p);
397
rpng2_info.display_exponent =
atof
(*argv);
[
all
...]
/external/opencv3/apps/traincascade/
boost.cpp
320
minHitRate = (float)
atof
( val.c_str() );
324
maxFalseAlarm = (float)
atof
( val.c_str() );
328
weight_trim_rate = (float)
atof
( val.c_str() );
[
all
...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
venc_test.cpp
[
all
...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
venc_test.cpp
[
all
...]
/toolchain/binutils/binutils-2.25/gas/
ChangeLog-2007
402
* config/
atof
-ieee.c (ieee_md_atof): New function. Performs the
404
* config/
atof
-vax.c (md_atof): Rename to vax_md_atof. Use the
[
all
...]
/toolchain/binutils/binutils-2.25/gas/doc/
Makefile.in
219
atof
= @
atof
@
/device/google/dragon/sensor_hub/
sensors.cpp
486
double scale =
atof
(dev_scale);
/external/aac/libSYS/src/
genericStds.cpp
372
float FDKatof(const char *nptr) { return (float)
atof
(nptr); }
/external/deqp/executor/
xeTestResultParser.cpp
46
return
atof
(str);
/external/libvncserver/test/
tjbench.c
604
double temp=
atof
(argv[++i]);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
kenny.cc
360
scale = (float)
atof
( argv[i+1] );
Completed in 1297 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>