Searched refs:std (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/x86_64/
H A Dbcopy.s116 std
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dlibmicro.c1375 double std; local
1418 std = 0.0;
1432 std += diff * diff;
1437 stats->st_stddev = std = sqrt(std/(double)(count - 1));
1438 stats->st_stderr = std / sqrt(count);
1440 stats->st_skew = sk / (std * std * std) / (double)(count);
1441 stats->st_kurtosis = ku / (std * st
[all...]
/darwin-on-arm/xnu/osfmk/i386/
H A Dbcopy.s156 std
/darwin-on-arm/xnu/libkern/c++/
H A DOSRuntime.cpp605 * We have to put the function inside the std namespace because of how the
608 namespace std { namespace
/darwin-on-arm/xnu/libkern/kxld/
H A DMakefile60 CFLAGS=-std=c99 -Wall -Wextra -Werror -pedantic -Wformat=2 -Wcast-align \
/darwin-on-arm/xnu/libsyscall/
H A DMakefile53 -std=gnu99 \
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c4456 struct hfs_stddotentry std; member in union:__anon94
4587 struct hfs_stddotentry *entry = &dotentry[0].std;

Completed in 91 milliseconds