Searched defs:hp (Results 1 - 25 of 121) sorted by relevance

12345

/external/fdlibm/
H A De_remainder.c39 int hx,hp; local
45 hp = __HI(p); /* high word of p */
48 hp &= 0x7fffffff;
52 if((hp|lp)==0) return (x*p)/(x*p); /* p = 0 */
54 ((hp>=0x7ff00000)&& /* p is NaN */
55 (((hp-0x7ff00000)|lp)!=0)))
59 if (hp<=0x7fdfffff) x = __ieee754_fmod(x,p+p); /* now x < 2p */
60 if (((hx-hp)|(lx-lp))==0) return zero*x;
63 if (hp<0x00200000) {
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getmaps/
H A Drpc_pmap_getmaps.c51 struct hostent *hp = NULL; local
55 if ((hp = gethostbyname(argc[1])) == NULL) {
60 sin.sin_addr.s_addr = *(u_int *) hp->h_addr;
/external/snakeyaml/src/test/java/examples/
H A DHero.java21 private Integer hp; field in class:Hero
23 public Hero(String name, Integer hp, Integer sp) { argument
27 this.hp = hp;
39 return hp;
/external/adhd/cras/src/dsp/
H A Dcrossover.h40 * Each lp or hp is an LR4 filter, which consists of two second-order
44 struct lr4 lp[3], hp[3]; member in struct:crossover
/external/clang/test/OpenMP/
H A Ddeclare_simd_messages.cpp42 void h(C *hp, C *hp2, C *hq, C *lin) { argument
48 void h(int *hp, int *hp2, int *hq, int *lin) { argument
49 h((float *)hp, (float *)hp2, (float *)hq, (float *)lin);
213 #pragma omp declare simd uniform(this, t) aligned(this: 4) aligned(this: -4) linear(this: hp)
214 void h(T *hp) { argument
217 *hp = *t;
H A Ddeclare_simd_ast_print.cpp20 #pragma omp declare simd aligned(hp, hp2)
21 template <class C> void h(C *hp, C *hp2, C *hq, C *lin) { argument
24 // CHECK: #pragma omp declare simd aligned(hp) aligned(hp2)
25 // CHECK-NEXT: template <class C = int> void h(int *hp, int *hp2, int *hq, int *lin) {
26 // CHECK-NEXT: h((float *)hp, (float *)hp2, (float *)hq, (float *)lin);
29 // CHECK: #pragma omp declare simd aligned(hp) aligned(hp2)
30 // CHECK-NEXT: template <class C = float> void h(float *hp, float *hp2, float *hq, float *lin) {
33 // CHECK: #pragma omp declare simd aligned(hp) aligned(hp2)
34 // CHECK: template <class C> void h(C *hp, C *hp2, C *hq, C *lin) {
40 #pragma omp declare simd aligned(hp, hp
42 h(int *hp, int *hp2, int *hq, int *lin) argument
[all...]
/external/crcalc/src/com/hp/creals/
H A DStringFloatRep.java33 package com.hp.creals;
/external/crcalc/tests/src/com/hp/creals/
H A DCRTest.java41 // Added test for division by negative number. Hans_Boehm@hp.com, 8/13/01
47 package com.hp.creals;
H A DConversionTest.java18 package com.hp.creals;
/external/curl/tests/unit/
H A Dunit1305.c43 static struct curl_hash hp; variable in typeref:struct:curl_hash
54 rc = Curl_mk_dnscache(&hp);
70 Curl_hash_destroy(&hp);
133 nodep = Curl_hash_add(&hp, data_key, key_len + 1, data_node);
/external/ltp/testcases/network/multicast/mc_opts/
H A Dmc_verify_opts_error.c17 struct hostent *hp, *gethostbyname(); local
34 hp = gethostbyname(argv[1]);
35 if (hp)
36 memcpy(&simr.s_addr, hp->h_addr, hp->h_length);
H A Dmc_verify_opts.c23 struct hostent *hp, *gethostbyname(); local
42 hp = gethostbyname(argv[1]);
43 if (hp)
44 memcpy(&simr.imr_interface.s_addr, hp->h_addr, hp->h_length);
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getport/
H A Drpc_pmap_getport.c52 struct hostent *hp = NULL; local
56 if ((hp = gethostbyname(argc[1])) == NULL) {
61 sin.sin_addr.s_addr = *(u_int *) hp->h_addr;
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/
H A Drpc_pmap_rmtcall.c53 struct hostent *hp = NULL; local
62 if ((hp = gethostbyname(argc[1])) == NULL) {
68 sin.sin_addr.s_addr = *(u_int *) hp->h_addr;
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/
H A Drpc_clnttcp_create.c55 struct hostent *hp = NULL; local
59 if ((hp = gethostbyname(argc[1])) == NULL) {
64 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
H A Drpc_clnttcp_create_stress.c56 struct hostent *hp = NULL; local
63 if ((hp = gethostbyname(argc[1])) == NULL) {
68 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/
H A Drpc_clntudp_bufcreate.c55 struct hostent *hp = NULL; local
60 if ((hp = gethostbyname(argc[1])) == NULL) {
68 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/
H A Drpc_clntudp_create.c55 struct hostent *hp = NULL; local
60 if ((hp = gethostbyname(argc[1])) == NULL) {
68 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
H A Drpc_clntudp_create_stress.c56 struct hostent *hp = NULL; local
64 if ((hp = gethostbyname(argc[1])) == NULL) {
72 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
/external/ppp/pppd/plugins/radius/
H A Dip_util.c31 struct hostent *hp; local
37 else if ((hp = gethostbyname (host)) == (struct hostent *) NULL)
42 return ntohl((*(UINT4 *) hp->h_addr));
105 struct hostent *hp; local
108 if ((hp = gethostbyaddr ((char *) &n_ipaddr, sizeof (struct in_addr),
113 return ((hp==NULL)?"unknown":hp->h_name);
/external/python/cpython2/PC/VS8.0/
H A Dkill_python.c29 HANDLE hp, hsp, hsm; /* process, snapshot processes, snapshot modules */ local
148 hp = OpenProcess(dac, FALSE, pe.th32ProcessID);
149 if (!hp) {
156 if (!TerminateProcess(hp, 1)) {
160 CloseHandle(hp);
164 CloseHandle(hp);
/external/python/cpython2/PC/VS9.0/
H A Dkill_python.c29 HANDLE hp, hsp, hsm; /* process, snapshot processes, snapshot modules */ local
148 hp = OpenProcess(dac, FALSE, pe.th32ProcessID);
149 if (!hp) {
156 if (!TerminateProcess(hp, 1)) {
160 CloseHandle(hp);
164 CloseHandle(hp);
/external/valgrind/drd/tests/
H A Dcustom_alloc.c28 static void* hp = 0; // current heap pointer local
33 if (hp + size2 > hp_lim) {
34 hp = get_superblock();
35 hp_lim = hp + SUPERBLOCK_SIZE - 1;
38 p = hp + RZ;
39 hp += size2;
/external/valgrind/massif/tests/
H A Dcustom_alloc.c28 static void* hp = 0; // current heap pointer local
33 if (hp + size2 > hp_lim) {
34 hp = get_superblock();
35 hp_lim = hp + SUPERBLOCK_SIZE - 1;
38 p = hp + RZ;
39 hp += size2;
/external/libusb/examples/
H A Dhotplugtest.c72 libusb_hotplug_callback_handle hp[2]; local
94 product_id, class_id, hotplug_callback, NULL, &hp[0]);
102 product_id,class_id, hotplug_callback_detach, NULL, &hp[1]);

Completed in 529 milliseconds

12345