OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exp
(Results
301 - 325
of
1085
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/development/ndk/platforms/android-8/include/
unistd.h
200
#define TEMP_FAILURE_RETRY(
exp
) ({ \
201
typeof (
exp
) _rc; \
203
_rc = (
exp
); \
/development/ndk/platforms/android-9/include/
unistd.h
203
#define TEMP_FAILURE_RETRY(
exp
) ({ \
204
typeof (
exp
) _rc; \
206
_rc = (
exp
); \
/device/generic/goldfish/libqemu/
test_host_1.c
38
#define TEMP_FAILURE_RETRY(
exp
) ({ \
39
typeof (
exp
) _rc; \
41
_rc = (
exp
); \
/external/apache-xml/src/main/java/org/apache/xpath/axes/
FilterExprIteratorSimple.java
262
public void setExpression(Expression
exp
)
264
exp
.exprSetParent(FilterExprIteratorSimple.this);
265
m_expr =
exp
;
FilterExprWalker.java
310
public void setExpression(Expression
exp
)
312
exp
.exprSetParent(FilterExprWalker.this);
313
m_expr =
exp
;
WalkingIterator.java
333
public void setExpression(Expression
exp
)
335
exp
.exprSetParent(this);
336
m_firstWalker = (AxesWalker)
exp
;
/external/ceres-solver/internal/ceres/
c_api_test.cc
121
residuals[0] = y -
exp
(m * x + c);
126
jacobians[0][0] = - x *
exp
(m * x + c); // dr/dm
129
jacobians[1][0] = -
exp
(m * x + c); // dr/dc
runtime_numeric_diff_cost_function_test.cc
126
// y2 =
exp
(-x1'x2 / 10)
129
// dy2/dx1 = -x2 *
exp
(-x1'x2 / 10) / 10, dy2/dx2 = -x2 *
exp
(-x1'x2 / 10) / 10
147
residuals[1] =
exp
(-x1x2 / 10);
214
ExpectClose(-x2[i] *
exp
(-x1x2 / 10.) / 10., dydx1[5 * 1 + i], kEps);
215
ExpectClose(-x1[i] *
exp
(-x1x2 / 10.) / 10., dydx2[5 * 1 + i], kEps);
/external/libffi/testsuite/
Makefile.am
18
EXTRA_DIST = config/default.
exp
lib/libffi-dg.
exp
\
19
lib/target-libpath.
exp
lib/wrapper.
exp
libffi.call/call.
exp
\
70
libffi.special/ffitestcxx.h libffi.special/special.
exp
\
/external/srec/tools/thirdparty/OpenFst/fst/lib/
randgen.h
75
sum +=
exp
(-arc.weight.Value());
77
sum +=
exp
(-fst.Final(s).Value());
85
p +=
exp
(-arc.weight.Value());
/external/stlport/test/unit/
valarray_test.cpp
53
tmp =
exp
(darray);
79
tmp =
exp
(farray);
106
tmp =
exp
(ldarray);
/frameworks/base/libs/androidfw/
StreamingZipInflater.cpp
36
#define TEMP_FAILURE_RETRY(
exp
) ({ \
37
typeof (
exp
) _rc; \
39
_rc = (
exp
); \
/libnativehelper/include/nativehelper/
JNIHelp.h
199
#define TEMP_FAILURE_RETRY(
exp
) ({ \
200
typeof (
exp
) _rc; \
202
_rc = (
exp
); \
/ndk/tests/device/test-gnustl-full/unit/
valarray_test.cpp
53
tmp =
exp
(darray);
79
tmp =
exp
(farray);
106
tmp =
exp
(ldarray);
/ndk/tests/device/test-stlport/unit/
valarray_test.cpp
53
tmp =
exp
(darray);
79
tmp =
exp
(farray);
106
tmp =
exp
(ldarray);
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
unistd.h
195
#define TEMP_FAILURE_RETRY(
exp
) ({ \
196
typeof (
exp
) _rc; \
198
_rc = (
exp
); \
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
unistd.h
195
#define TEMP_FAILURE_RETRY(
exp
) ({ \
196
typeof (
exp
) _rc; \
198
_rc = (
exp
); \
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
unistd.h
198
#define TEMP_FAILURE_RETRY(
exp
) ({ \
199
typeof (
exp
) _rc; \
201
_rc = (
exp
); \
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
unistd.h
199
#define TEMP_FAILURE_RETRY(
exp
) ({ \
200
typeof (
exp
) _rc; \
202
_rc = (
exp
); \
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
unistd.h
202
#define TEMP_FAILURE_RETRY(
exp
) ({ \
203
typeof (
exp
) _rc; \
205
_rc = (
exp
); \
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
unistd.h
198
#define TEMP_FAILURE_RETRY(
exp
) ({ \
199
typeof (
exp
) _rc; \
201
_rc = (
exp
); \
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
unistd.h
198
#define TEMP_FAILURE_RETRY(
exp
) ({ \
199
typeof (
exp
) _rc; \
201
_rc = (
exp
); \
/prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
unistd.h
199
#define TEMP_FAILURE_RETRY(
exp
) ({ \
200
typeof (
exp
) _rc; \
202
_rc = (
exp
); \
/prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
unistd.h
199
#define TEMP_FAILURE_RETRY(
exp
) ({ \
200
typeof (
exp
) _rc; \
202
_rc = (
exp
); \
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
unistd.h
202
#define TEMP_FAILURE_RETRY(
exp
) ({ \
203
typeof (
exp
) _rc; \
205
_rc = (
exp
); \
Completed in 1732 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>