Home
last modified time | relevance | path

Searched refs:TPs (Results 1 – 25 of 120) sorted by relevance

12345

/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/mutect/filtering/
H A DFilteringOutputStats.java19 private double TPs = 0; field in FilteringOutputStats
44 TPs += 1 - p; in recordCall()
62 final double totalTrueVariants = TPs + FNs; in writeFilteringStats()
70 …teM2FilterSummary(filterStats, filteringStats, clusteringMetadata, threshold, pass, TPs, FPs, FNs); in writeFilteringStats()
79 TPs = 0; in clear()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/observer/src/
H A Dobserver_trace_wx.erl348 TPs = dict:to_list(TPs0),
358 setup_ttb(TPs, TProcs, TPorts),
484 tpatterns=TPs}) ->
634 TPs = case FMs of
642 {noreply, State#state{tpatterns=TPs}}
650 TPs = dict:erase(Module, TPs0),
652 {noreply, State#state{tpatterns=TPs}}
755 TPs = dict:store(Module, MPatterns, TPs0),
758 State#state{tpatterns=TPs}
994 setup_ttb(TPs, TPids, TPorts) ->
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/observer/src/
H A Dobserver_trace_wx.erl360 TPs = dict:to_list(TPs0),
370 setup_ttb(TPs, TProcs, TPorts),
496 tpatterns=TPs}) ->
646 TPs = case FMs of
654 {noreply, State#state{tpatterns=TPs}}
662 TPs = dict:erase(Module, TPs0),
664 {noreply, State#state{tpatterns=TPs}}
767 TPs = dict:store(Module, MPatterns, TPs0),
770 State#state{tpatterns=TPs}
1006 setup_ttb(TPs, TPids, TPorts) ->
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/observer/src/
H A Dobserver_trace_wx.erl348 TPs = dict:to_list(TPs0),
358 setup_ttb(TPs, TProcs, TPorts),
484 tpatterns=TPs}) ->
634 TPs = case FMs of
642 {noreply, State#state{tpatterns=TPs}}
650 TPs = dict:erase(Module, TPs0),
652 {noreply, State#state{tpatterns=TPs}}
755 TPs = dict:store(Module, MPatterns, TPs0),
758 State#state{tpatterns=TPs}
994 setup_ttb(TPs, TPids, TPorts) ->
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/observer/src/
H A Dobserver_trace_wx.erl360 TPs = dict:to_list(TPs0),
370 setup_ttb(TPs, TProcs, TPorts),
496 tpatterns=TPs}) ->
646 TPs = case FMs of
654 {noreply, State#state{tpatterns=TPs}}
662 TPs = dict:erase(Module, TPs0),
664 {noreply, State#state{tpatterns=TPs}}
767 TPs = dict:store(Module, MPatterns, TPs0),
770 State#state{tpatterns=TPs}
1006 setup_ttb(TPs, TPids, TPorts) ->
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/observer/src/
H A Dobserver_trace_wx.erl360 TPs = dict:to_list(TPs0),
370 setup_ttb(TPs, TProcs, TPorts),
496 tpatterns=TPs}) ->
646 TPs = case FMs of
654 {noreply, State#state{tpatterns=TPs}}
662 TPs = dict:erase(Module, TPs0),
664 {noreply, State#state{tpatterns=TPs}}
767 TPs = dict:store(Module, MPatterns, TPs0),
770 State#state{tpatterns=TPs}
1006 setup_ttb(TPs, TPids, TPorts) ->
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/observer/src/
H A Dobserver_trace_wx.erl348 TPs = dict:to_list(TPs0),
358 setup_ttb(TPs, TProcs, TPorts),
484 tpatterns=TPs}) ->
634 TPs = case FMs of
642 {noreply, State#state{tpatterns=TPs}}
650 TPs = dict:erase(Module, TPs0),
652 {noreply, State#state{tpatterns=TPs}}
755 TPs = dict:store(Module, MPatterns, TPs0),
758 State#state{tpatterns=TPs}
994 setup_ttb(TPs, TPids, TPorts) ->
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/observer/src/
H A Dobserver_trace_wx.erl360 TPs = dict:to_list(TPs0),
370 setup_ttb(TPs, TProcs, TPorts),
496 tpatterns=TPs}) ->
646 TPs = case FMs of
654 {noreply, State#state{tpatterns=TPs}}
662 TPs = dict:erase(Module, TPs0),
664 {noreply, State#state{tpatterns=TPs}}
767 TPs = dict:store(Module, MPatterns, TPs0),
770 State#state{tpatterns=TPs}
1006 setup_ttb(TPs, TPids, TPorts) ->
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/copyleft/comiso/
H A Dframe_field.cpp103 std::vector<Eigen::MatrixXd> TPs; member in igl::copyleft::comiso::FrameInterpolator
143 TPs.push_back(TP); in FrameInterpolator()
228 bc.row(num) = theta2vector(TPs[i],thetas(i)); in interpolateCross()
239 thetas(i) = vector2theta(TPs[i],R.row(i)); in interpolateCross()
612 frame2canonical(TPs[fid],v,t_,S_); in setConstraint()
615 canonical2frame(TPs[fid], t_, S_, v2); in setConstraint()
634 canonical2frame(TPs[i],thetas(i),S.row(i),v); in getFieldPerFace()
/dports/graphics/wings/libigl-2.1.0/include/igl/copyleft/comiso/
H A Dframe_field.cpp103 std::vector<Eigen::MatrixXd> TPs; member in igl::copyleft::comiso::FrameInterpolator
143 TPs.push_back(TP); in FrameInterpolator()
228 bc.row(num) = theta2vector(TPs[i],thetas(i)); in interpolateCross()
239 thetas(i) = vector2theta(TPs[i],R.row(i)); in interpolateCross()
612 frame2canonical(TPs[fid],v,t_,S_); in setConstraint()
615 canonical2frame(TPs[fid], t_, S_, v2); in setConstraint()
634 canonical2frame(TPs[i],thetas(i),S.row(i),v); in getFieldPerFace()
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw23204.pp11 function DropP:TPs;
H A Duw23204.pp15 TPs = set of TPType;
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c882 *tls_size = screen->cur_tls_space * util_next_power_of_two(screen->TPs) * in nv50_tls_alloc()
1117 screen->TPs = util_bitcount(value & 0xffff); in nv50_screen_create()
1120 screen->mp_count = screen->TPs * screen->MPsInTP; in nv50_screen_create()
1122 stack_size = util_next_power_of_two(screen->TPs) * screen->MPsInTP * in nv50_screen_create()
1132 uint64_t size_of_one_temp = util_next_power_of_two(screen->TPs) * in nv50_screen_create()
1149 screen->TPs, screen->MPsInTP, dev->vram_size >> 20, tls_size >> 10); in nv50_screen_create()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c920 *tls_size = screen->cur_tls_space * util_next_power_of_two(screen->TPs) * in nv50_tls_alloc()
1158 screen->TPs = util_bitcount(value & 0xffff); in nv50_screen_create()
1161 screen->mp_count = screen->TPs * screen->MPsInTP; in nv50_screen_create()
1163 stack_size = util_next_power_of_two(screen->TPs) * screen->MPsInTP * in nv50_screen_create()
1173 uint64_t size_of_one_temp = util_next_power_of_two(screen->TPs) * in nv50_screen_create()
1190 screen->TPs, screen->MPsInTP, dev->vram_size >> 20, tls_size >> 10); in nv50_screen_create()
H A Dnv50_query_hw_sm.c226 const uint grid[3] = { screen->MPsInTP, screen->TPs, 1 }; in nv50_hw_sm_end_query()
356 value *= nv50->screen->TPs; in nv50_hw_sm_get_query_result()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c920 *tls_size = screen->cur_tls_space * util_next_power_of_two(screen->TPs) * in nv50_tls_alloc()
1158 screen->TPs = util_bitcount(value & 0xffff); in nv50_screen_create()
1161 screen->mp_count = screen->TPs * screen->MPsInTP; in nv50_screen_create()
1163 stack_size = util_next_power_of_two(screen->TPs) * screen->MPsInTP * in nv50_screen_create()
1173 uint64_t size_of_one_temp = util_next_power_of_two(screen->TPs) * in nv50_screen_create()
1190 screen->TPs, screen->MPsInTP, dev->vram_size >> 20, tls_size >> 10); in nv50_screen_create()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c920 *tls_size = screen->cur_tls_space * util_next_power_of_two(screen->TPs) * in nv50_tls_alloc()
1158 screen->TPs = util_bitcount(value & 0xffff); in nv50_screen_create()
1161 screen->mp_count = screen->TPs * screen->MPsInTP; in nv50_screen_create()
1163 stack_size = util_next_power_of_two(screen->TPs) * screen->MPsInTP * in nv50_screen_create()
1173 uint64_t size_of_one_temp = util_next_power_of_two(screen->TPs) * in nv50_screen_create()
1190 screen->TPs, screen->MPsInTP, dev->vram_size >> 20, tls_size >> 10); in nv50_screen_create()
H A Dnv50_query_hw_sm.c226 const uint grid[3] = { screen->MPsInTP, screen->TPs, 1 }; in nv50_hw_sm_end_query()
356 value *= nv50->screen->TPs; in nv50_hw_sm_get_query_result()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c920 *tls_size = screen->cur_tls_space * util_next_power_of_two(screen->TPs) * in nv50_tls_alloc()
1158 screen->TPs = util_bitcount(value & 0xffff); in nv50_screen_create()
1161 screen->mp_count = screen->TPs * screen->MPsInTP; in nv50_screen_create()
1163 stack_size = util_next_power_of_two(screen->TPs) * screen->MPsInTP * in nv50_screen_create()
1173 uint64_t size_of_one_temp = util_next_power_of_two(screen->TPs) * in nv50_screen_create()
1190 screen->TPs, screen->MPsInTP, dev->vram_size >> 20, tls_size >> 10); in nv50_screen_create()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c920 *tls_size = screen->cur_tls_space * util_next_power_of_two(screen->TPs) * in nv50_tls_alloc()
1158 screen->TPs = util_bitcount(value & 0xffff); in nv50_screen_create()
1161 screen->mp_count = screen->TPs * screen->MPsInTP; in nv50_screen_create()
1163 stack_size = util_next_power_of_two(screen->TPs) * screen->MPsInTP * in nv50_screen_create()
1173 uint64_t size_of_one_temp = util_next_power_of_two(screen->TPs) * in nv50_screen_create()
1190 screen->TPs, screen->MPsInTP, dev->vram_size >> 20, tls_size >> 10); in nv50_screen_create()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c920 *tls_size = screen->cur_tls_space * util_next_power_of_two(screen->TPs) * in nv50_tls_alloc()
1158 screen->TPs = util_bitcount(value & 0xffff); in nv50_screen_create()
1161 screen->mp_count = screen->TPs * screen->MPsInTP; in nv50_screen_create()
1163 stack_size = util_next_power_of_two(screen->TPs) * screen->MPsInTP * in nv50_screen_create()
1173 uint64_t size_of_one_temp = util_next_power_of_two(screen->TPs) * in nv50_screen_create()
1190 screen->TPs, screen->MPsInTP, dev->vram_size >> 20, tls_size >> 10); in nv50_screen_create()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c920 *tls_size = screen->cur_tls_space * util_next_power_of_two(screen->TPs) * in nv50_tls_alloc()
1158 screen->TPs = util_bitcount(value & 0xffff); in nv50_screen_create()
1161 screen->mp_count = screen->TPs * screen->MPsInTP; in nv50_screen_create()
1163 stack_size = util_next_power_of_two(screen->TPs) * screen->MPsInTP * in nv50_screen_create()
1173 uint64_t size_of_one_temp = util_next_power_of_two(screen->TPs) * in nv50_screen_create()
1190 screen->TPs, screen->MPsInTP, dev->vram_size >> 20, tls_size >> 10); in nv50_screen_create()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c920 *tls_size = screen->cur_tls_space * util_next_power_of_two(screen->TPs) * in nv50_tls_alloc()
1158 screen->TPs = util_bitcount(value & 0xffff); in nv50_screen_create()
1161 screen->mp_count = screen->TPs * screen->MPsInTP; in nv50_screen_create()
1163 stack_size = util_next_power_of_two(screen->TPs) * screen->MPsInTP * in nv50_screen_create()
1173 uint64_t size_of_one_temp = util_next_power_of_two(screen->TPs) * in nv50_screen_create()
1190 screen->TPs, screen->MPsInTP, dev->vram_size >> 20, tls_size >> 10); in nv50_screen_create()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c920 *tls_size = screen->cur_tls_space * util_next_power_of_two(screen->TPs) * in nv50_tls_alloc()
1158 screen->TPs = util_bitcount(value & 0xffff); in nv50_screen_create()
1161 screen->mp_count = screen->TPs * screen->MPsInTP; in nv50_screen_create()
1163 stack_size = util_next_power_of_two(screen->TPs) * screen->MPsInTP * in nv50_screen_create()
1173 uint64_t size_of_one_temp = util_next_power_of_two(screen->TPs) * in nv50_screen_create()
1190 screen->TPs, screen->MPsInTP, dev->vram_size >> 20, tls_size >> 10); in nv50_screen_create()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c946 *tls_size = screen->cur_tls_space * util_next_power_of_two(screen->TPs) * in nv50_tls_alloc()
1152 screen->TPs = util_bitcount(value & 0xffff); in nv50_screen_create()
1155 screen->mp_count = screen->TPs * screen->MPsInTP; in nv50_screen_create()
1157 stack_size = util_next_power_of_two(screen->TPs) * screen->MPsInTP * in nv50_screen_create()
1167 uint64_t size_of_one_temp = util_next_power_of_two(screen->TPs) * in nv50_screen_create()
1184 screen->TPs, screen->MPsInTP, dev->vram_size >> 20, tls_size >> 10); in nv50_screen_create()

12345