/third_party/boost/libs/math/doc/equations/ |
D | dist_tutorial1.mml | 12 <mtext>Sm</mtext> 19 <mtext>Sm</mtext> 33 <mtext>S n</mtext> 41 <mtext>S n</mtext> 67 <mtext>Sn</mtext> 75 <mtext>Sd</mtext> 85 <mtext>Sn</mtext> 93 <mtext>Sd</mtext> 102 <mtext>Sn</mtext> 107 <mtext>Sn</mtext> [all …]
|
D | dist_tutorial3.mml | 14 <mtext>Sd</mtext> 21 <mtext>Sn</mtext> 28 <mtext>Sd</mtext> 35 <mtext>Sn</mtext> 51 <mtext>Sd</mtext> 58 <mtext>Sn</mtext> 69 <mtext>Sn</mtext> 84 <mtext>Sd</mtext> 91 <mtext>Sn</mtext> 102 <mtext>Sn</mtext>
|
D | dist_tutorial2.mml | 10 <mtext>Sm</mtext> 15 <mtext>Sm</mtext> 24 <mtext>Sd</mtext> 31 <mtext>Sn</mtext> 38 <mtext>Sd</mtext> 45 <mtext>Sn</mtext>
|
D | special_functions_blurb7.mml | 3 <mtext>tanh</mtext> 14 <mtext>sinh</mtext> 22 <mtext>cosh</mtext>
|
D | beta7.mml | 3 <mtext>if</mtext> 10 <mtext>then:</mtext> 13 <mtext>beta</mtext>
|
D | hazard.mml | 3 <mtext>hazard</mtext> 23 <mtext>pdf</mtext> 33 <mtext>cdf</mtext>
|
D | nc_chi_squ_ref7.mml | 6 <mtext>mean</mtext> 19 <mtext>variance</mtext> 38 <mtext>skewness</mtext>
|
D | erf2.mml | 3 <mtext>erfc</mtext> 14 <mtext>erf</mtext>
|
D | beta4.mml | 3 <mtext>beta</mtext> 22 <mtext>beta</mtext>
|
D | beta5.mml | 3 <mtext>beta</mtext> 36 <mtext>beta</mtext>
|
D | ibeta3.mml | 3 <mtext>ibeta</mtext> 33 <mtext>beta</mtext>
|
D | igamma13.mml | 36 <mtext>log1pmx</mtext> 85 <mtext>log1pmx</mtext>
|
D | ellint17.mml | 132 <mtext>with:</mtext> 138 <mtext>and:</mtext>
|
D | lgamm1.mml | 3 <mtext>lgamma</mtext>
|
D | gamma_ratio0.mml | 3 <mtext>tgamma_ratio(a,b)</mtext>
|
D | special_functions_blurb18.mml | 3 <mtext>acosh</mtext>
|
D | special_functions_blurb17.mml | 3 <mtext>asinh</mtext>
|
D | hypot.mml | 3 <mtext>hypot</mtext>
|
D | expint_i_4.mml | 3 <mtext>Ei</mtext>
|
/third_party/parse5/test/data/parser-feedback/ |
D | tests12.test | 4 …"description": "<!DOCTYPE html><body><p>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><de… 5 …"input": "<!DOCTYPE html><body><p>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc><b>… 35 "mtext", 53 "mtext" 174 …"description": "<!DOCTYPE html><body>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc>… 175 …"input": "<!DOCTYPE html><body>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc><b>egg… 200 "mtext", 218 "mtext"
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv01.c | 19 char mtext[MSGSIZE]; member 37 if (strcmp(rcv_buf.mtext, snd_buf.mtext) == 0) in verify_msgrcv() 39 rcv_buf.mtext, snd_buf.mtext); in verify_msgrcv() 42 rcv_buf.mtext, snd_buf.mtext); in verify_msgrcv()
|
D | msgrcv08.c | 37 char mtext[16]; member 43 SAFE_MSGSND(queue_id, &snd_buf, sizeof(snd_buf.mtext), IPC_NOWAIT); in verify_msgrcv() 45 TEST(msgrcv(queue_id, &rcv_buf, sizeof(rcv_buf.mtext), -mtype, IPC_NOWAIT | MSG_NOERROR)); in verify_msgrcv() 55 if ((size_t)TST_RET != sizeof(snd_buf.mtext)) { in verify_msgrcv() 56 tst_res(TFAIL, "received %zi, expected %zu", (size_t)TST_RET, sizeof(snd_buf.mtext)); in verify_msgrcv()
|
D | msgrcv07.c | 44 char mtext[MSGSIZE]; member 70 if (strcmp(rcv_buf.mtext, MSG1) == 0 && rcv_buf.type == MSGTYPE1) in test_msg_except() 97 if (strncmp(rcv_buf.mtext, MSG1, msg_len) == 0 && rcv_buf.type == MSGTYPE1) in test_msg_noerror() 136 if (strcmp(rcv_buf.mtext, MSG1) == 0 && rcv_buf.type == MSGTYPE1) in test_msg_copy() 150 if (strcmp(rcv_buf.mtext, MSG2) == 0 && rcv_buf.type == MSGTYPE2) in test_msg_copy() 180 if (strcmp(rcv_buf.mtext, MSG1) == 0 && rcv_buf.type == MSGTYPE1) in test_zero_msgtyp() 202 if (strcmp(rcv_buf.mtext, MSG2) == 0 && rcv_buf.type == MSGTYPE2) { in test_positive_msgtyp() 227 if (strcmp(rcv_buf.mtext, MSG1) == 0 && rcv_buf.type == MSGTYPE1) { in test_negative_msgtyp()
|
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
D | mesgq_nstest.c | 48 char mtext[80]; /* text of the message */ member 62 n, msg.mtype, n, msg.mtext); in mesgq_read() 136 strcpy(msg.mtext, "Message of type 5!"); in main() 137 n = msgsnd(id, &msg, strlen(msg.mtext), 0); in main()
|
D | msg_comm.c | 47 char mtext[MSGSIZE]; member 76 m.mtext[0] = 'A'; in chld1_msg() 118 m.mtext[0] = 'B'; in chld2_msg()
|