Searched refs:lm (Results 1 - 25 of 143) sorted by relevance

123456

/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dldt.h35 * the kernel must act as though lm == 0, regardless of the
38 unsigned int lm:1; member in struct:user_desc
/external/linux-kselftest/tools/testing/selftests/intel_pstate/
H A DMakefile2 LDFLAGS := $(LDFLAGS) -lm
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A DMakefile28 LDLIBS += -lm -lcontrollers -lltp
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
H A DMakefile28 LDLIBS += -lm
/external/ltp/testcases/kernel/controllers/memcg/functional/
H A DMakefile29 LDLIBS += -lm
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/
H A DMakefile22 LDLIBS += -lm
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-nsec-timestamps/
H A DMakefile22 LDLIBS += -lm
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-online-defrag/
H A DMakefile22 LDLIBS += -lm
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-subdir-limit/
H A DMakefile22 LDLIBS += -lm
/external/ltp/testcases/kernel/mem/mtest07/
H A DMakefile27 LDLIBS += -lm -lpthread
/external/ltp/testcases/misc/f00f/
H A DMakefile27 LDLIBS += -lm
/external/ltp/testcases/misc/math/abs/
H A DMakefile23 LDLIBS += -lm
/external/ltp/testcases/misc/math/atof/
H A DMakefile23 LDLIBS += -lm
/external/ltp/testcases/misc/math/float/bessel/
H A DMakefile29 LDLIBS += -lm
/external/ltp/testcases/misc/math/float/exp_log/
H A DMakefile29 LDLIBS += -lm
/external/ltp/testcases/misc/math/float/power/
H A DMakefile29 LDLIBS += -lm
/external/ltp/testcases/misc/math/fptests/
H A DMakefile27 LDLIBS += -lm
/external/ltp/testcases/misc/math/nextafter/
H A DMakefile23 LDLIBS += -lm
/external/iproute2/netem/
H A DMakefile6 LDLIBS += -lm
11 $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
20 $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
/external/eigen/unsupported/test/
H A DNonLinearOptimization.cpp178 LevenbergMarquardt<lmder_functor> lm(functor);
179 info = lm.lmder1(x);
183 VERIFY_IS_EQUAL(lm.nfev, 6);
184 VERIFY_IS_EQUAL(lm.njev, 5);
187 VERIFY_IS_APPROX(lm.fvec.blueNorm(), 0.09063596);
207 LevenbergMarquardt<lmder_functor> lm(functor);
208 info = lm.minimize(x);
212 VERIFY_IS_EQUAL(lm.nfev, 6);
213 VERIFY_IS_EQUAL(lm.njev, 5);
216 fnorm = lm
[all...]
H A Dlevenberg_marquardt.cpp76 LevenbergMarquardt<lmder_functor> lm(functor);
77 info = lm.lmder1(x);
81 VERIFY_IS_EQUAL(lm.nfev(), 6);
82 VERIFY_IS_EQUAL(lm.njev(), 5);
85 VERIFY_IS_APPROX(lm.fvec().blueNorm(), 0.09063596);
105 LevenbergMarquardt<lmder_functor> lm(functor);
106 info = lm.minimize(x);
110 VERIFY_IS_EQUAL(lm.nfev(), 6);
111 VERIFY_IS_EQUAL(lm.njev(), 5);
114 fnorm = lm
[all...]
/external/ltp/testcases/kernel/controllers/cpuctl/
H A DMakefile30 LDLIBS += -lm -lcontrollers
/external/ltp/testcases/kernel/controllers/cpuctl_fj/
H A DMakefile30 LDLIBS += -lm
/external/ltp/testcases/kernel/controllers/io-throttle/
H A DMakefile30 LDLIBS += -lm -lcontrollers
/external/ltp/testcases/kernel/controllers/memcg/control/
H A DMakefile31 LDLIBS += -lm

Completed in 1846 milliseconds

123456